updated usage info - fiche - A pastebin adjusted for gopher use
 (HTM) git clone git://vernunftzentrum.de/fiche.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 924341e9733fcf18bd870214e92c2e36208e7d91
 (DIR) parent 0eedbf68c00f142e8db1d438bf506a6af37d3010
 (HTM) Author: solusipse <solus1ps3@gmail.com>
       Date:   Sat, 14 Sep 2013 00:29:00 +0200
       
       updated usage info
       
       Diffstat:
         fiche.c                             |       4 ++--
         fiche.h                             |       2 +-
       
       2 files changed, 3 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/fiche.c b/fiche.c
       @@ -9,7 +9,7 @@ Live example: http://code.solusipse.net/
        
        -------------------------------------------------------------------------------
        
       -usage: fiche [-bdpqs].
       +usage: fiche [-pbsdolBuw].
                     [-d domain] [-p port] [-s slug size]
                     [-o output directory] [-B buffer size] [-u user name]
                     [-l log file] [-b banlist] [-w whitelist]
       @@ -373,7 +373,7 @@ void parse_parameters(int argc, char **argv)
                        load_list(WHITEFILE, 1);
                        break;
                    default:
       -                printf("usage: fiche [-bdpqs].\n");
       +                printf("usage: fiche [-pbsdolBuw].\n");
                        printf("                     [-d domain] [-p port] [-s slug_size]\n");
                        printf("                     [-o output directory] [-B buffer_size] [-u user name]\n");
                        printf("                     [-l log file] [-b banlist] [-w whitelist]\n");
 (DIR) diff --git a/fiche.h b/fiche.h
       @@ -9,7 +9,7 @@ Live example: http://code.solusipse.net/
        
        -------------------------------------------------------------------------------
        
       -usage: fiche [-bdpqs].
       +usage: fiche [-pbsdolBuw].
                     [-d domain] [-p port] [-s slug size]
                     [-o output directory] [-B buffer size] [-u user name]
                     [-l log file] [-b banlist] [-w whitelist]