Remove <arg> - tty-clock - port of tty-clock to OpenBSD, with pledge/unveil added as goodie.
 (HTM) git clone https://git.drkhsh.at/tty-clock.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 03b3c207198aa2797b835d3e2599084b51bf1c0a
 (DIR) parent 3dac5d10a08396bea3f8f769bf1f85717ae54c8f
 (HTM) Author: Martin Duquesnoy <xorg62@gmail.com>
       Date:   Tue, 10 Mar 2009 23:17:26 +0100
       
       Remove <arg>
       
       Diffstat:
         M README                              |       2 +-
         M ttyclock.h                          |       3 +--
       
       2 files changed, 2 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/README b/README
       @@ -1,4 +1,4 @@
       -tty-clock usage : tty-clock [-option] <arg>
       +tty-clock usage : tty-clock [-option]
          -s, --second        Show seconds
          -t, --twelve        Set the hour in 12h format
          -r, --rebound       Do rebound the clock
 (DIR) diff --git a/ttyclock.h b/ttyclock.h
       @@ -50,7 +50,7 @@
        #define PMSIGN     " [PM]"
        
        /* 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\
           -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;