URI:
       More up to date readme - tty-clock - port of tty-clock to OpenBSD, with pledge/unveil added as goodie.
  HTML git clone https://git.drkhsh.at/tty-clock.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 78f2238cfc9335db6c15e9cfe50a979ad8571e36
   DIR parent ad835677bc07e76f2c57d54b5cbe3d2b75601ab6
  HTML Author: Brian Cain <brian.cain@puppetlabs.com>
       Date:   Sat,  1 Jun 2013 23:26:48 -0500
       
       More up to date readme
       
       The readme was out of date from what was reflected in the code.
       
       Diffstat:
         M README                              |      24 +++++++++++++-----------
       
       1 file changed, 13 insertions(+), 11 deletions(-)
       ---
   DIR diff --git a/README b/README
       @@ -1,11 +1,13 @@
       -usage : tty-clock [-sctrvih] [-C [0-7]] [-f format]
       -    -s            Show seconds
       -    -c            Set the clock at the center of the terminal
       -    -C [0-7]      Set the clock color
       -    -t            Set the hour in 12h format
       -    -r            Do rebound the clock
       -    -f format     Set the date format
       -    -v            Show tty-clock version
       -    -i            Show some info about tty-clock
       -    -h            Show this page
       -    -B            Enable blinking colon
       +usage : tty-clock [-sctrvihDB] [-C [0-7]] [-f format]            
       +    -s            Show seconds                                   
       +    -c            Set the clock at the center of the terminal    
       +    -C [0-7]      Set the clock color                            
       +    -t            Set the hour in 12h format                     
       +    -r            Do rebound the clock                           
       +    -f format     Set the date format                            
       +    -v            Show tty-clock version                         
       +    -i            Show some info about tty-clock                 
       +    -h            Show this page                                 
       +    -d delay      Set the delay between two redraws of the clock 
       +    -D            Hide date                                      
       +    -B            Enable blinking colon