updated usage info - fiche - A pastebin adjusted for gopher use | |
git clone git://vernunftzentrum.de/fiche.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 924341e9733fcf18bd870214e92c2e36208e7d91 | |
parent 0eedbf68c00f142e8db1d438bf506a6af37d3010 | |
Author: solusipse <[email protected]> | |
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(-) | |
--- | |
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_si… | |
printf(" [-o output directory] [-B buffer_… | |
printf(" [-l log file] [-b banlist] [-w wh… | |
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] |