From 74ca67139bfa86978c8c6a3da0ce6d5f116862a7 Mon Sep 17 00:00:00 2001 From: Martin Duquesnoy Date: Sun, 8 Mar 2009 20:47:59 +0100 Subject: [PATCH] Markand want it, i do it. --- README | 2 +- ttyclock.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index cd91344..302cfb6 100755 --- a/README +++ b/README @@ -1,4 +1,4 @@ -tty-clock usage : tty-clock -[option] +tty-clock usage : tty-clock [-option] -s, --second Show seconds -b, --lock Lock the keyboard -t, --twelve Set the hour in 12h format diff --git a/ttyclock.h b/ttyclock.h index 0213844..3b3b300 100644 --- a/ttyclock.h +++ b/ttyclock.h @@ -48,7 +48,7 @@ #define DATEWINH 3 /* Help string */ -#define HELPSTR "tty-clock usage : tty-clock -[option] \n\ +#define HELPSTR "tty-clock usage : tty-clock [-option] \n\ -s, --second Show seconds \n\ -l, --lock Lock the keyboard \n\ -c, --center Set the clock at the center of the terminal \n\