URI: 
       tInform the user of the help cmd - ratox - FIFO based tox client
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 8760964177946f89e639d53c7653dafa2583c3a9
   DIR parent 371ab65b08a50027086708f48587cd8669ecc463
  HTML Author: sin <sin@2f30.org>
       Date:   Mon, 15 Sep 2014 19:00:13 +0100
       
       Inform the user of the help cmd
       
       Diffstat:
         M ratatox.c                           |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/ratatox.c b/ratatox.c
       t@@ -824,6 +824,7 @@ int
        main(int argc, char *argv[])
        {
                printbanner();
       +        printf("Type h for help\n");
                toxinit();
                friendload();
                loop();