Remove <arg>

reverse-branch
Martin Duquesnoy 17 years ago
parent 3dac5d10a0
commit 03b3c20719
  1. 2
      README
  2. 3
      ttyclock.h

@ -1,4 +1,4 @@
tty-clock usage : tty-clock [-option] <arg> tty-clock usage : tty-clock [-option]
-s, --second Show seconds -s, --second Show seconds
-t, --twelve Set the hour in 12h format -t, --twelve Set the hour in 12h format
-r, --rebound Do rebound the clock -r, --rebound Do rebound the clock

@ -50,7 +50,7 @@
#define PMSIGN " [PM]" #define PMSIGN " [PM]"
/* Help string */ /* Help string */
#define HELPSTR "tty-clock usage : tty-clock [-option] <arg> \n\ #define HELPSTR "tty-clock usage : tty-clock [-option] \n\
-s, --second Show seconds \n\ -s, --second Show seconds \n\
-c, --center Set the clock at the center of the terminal \n\ -c, --center Set the clock at the center of the terminal \n\
-t, --twelve Set the hour in 12h format \n\ -t, --twelve Set the hour in 12h format \n\
@ -72,7 +72,6 @@ typedef struct
{ {
Bool second; Bool second;
Bool twelve; Bool twelve;
Bool keylock;
Bool center; Bool center;
Bool rebound; Bool rebound;
} option; } option;

Loading…
Cancel
Save