URI:
       fixed a typo - 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 6e9d5ba2735247be4eb56dd707454a697bf7e8d9
   DIR parent 0b1609f421e97ef00d93e49f5d61e02dc397a1bf
  HTML Author: Christian Gießen <cgie@informatik.uni-kiel.de>
       Date:   Wed,  6 Mar 2013 15:45:36 +0100
       
       fixed a typo
       
       Diffstat:
         M ttyclock.c                          |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/ttyclock.c b/ttyclock.c
       @@ -472,7 +472,7 @@ main(int argc, char **argv)
                  {
                  case 'h':
                  default:
       -               printf("usage : tty-clock [-sctrvihD] [-C [0-7]] [-f format]              \n"
       +               printf("usage : tty-clock [-scbtrvihD] [-C [0-7]] [-f format]              \n"
                              "    -s            Show seconds                                   \n"
                              "    -c            Set the clock at the center of the terminal    \n"
                              "    -C [0-7]      Set the clock color                            \n"