From 03b3c207198aa2797b835d3e2599084b51bf1c0a Mon Sep 17 00:00:00 2001 From: Martin Duquesnoy Date: Tue, 10 Mar 2009 23:17:26 +0100 Subject: [PATCH] Remove --- README | 2 +- ttyclock.h | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README b/README index 32de02f..b218469 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 -t, --twelve Set the hour in 12h format -r, --rebound Do rebound the clock diff --git a/ttyclock.h b/ttyclock.h index a6170b0..e37f620 100644 --- a/ttyclock.h +++ b/ttyclock.h @@ -50,7 +50,7 @@ #define PMSIGN " [PM]" /* 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\ -c, --center Set the clock at the center of the terminal \n\ -t, --twelve Set the hour in 12h format \n\ @@ -72,7 +72,6 @@ typedef struct { Bool second; Bool twelve; - Bool keylock; Bool center; Bool rebound; } option;