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 9e3986fa66d23bb98b025090b8e2dc6f9f261acc
 (DIR) parent ef12b5d54f1e90a7a791106be429ec682670270a
 (HTM) Author: solusipse <solus1ps3@gmail.com>
       Date:   Sun, 17 Sep 2017 15:14:35 +0200
       
       Updated usage info
       
       Diffstat:
         main.c                              |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/main.c b/main.c
       @@ -120,10 +120,10 @@ int main(int argc, char **argv) {
                    // Display help in case of any unsupported argument
                    default:
                    {
       -                printf("usage: fiche [-dpsoBulbw].\n");
       +                printf("usage: fiche [-dpsSoBulbw].\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");
       +                printf("             [-l log file] [-b banlist] [-w whitelist] [-S]\n");
                        return 0;
                    }
                    break;