Updated usage info - fiche - A pastebin adjusted for gopher use | |
git clone git://vernunftzentrum.de/fiche.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 9e3986fa66d23bb98b025090b8e2dc6f9f261acc | |
parent ef12b5d54f1e90a7a791106be429ec682670270a | |
Author: solusipse <[email protected]> | |
Date: Sun, 17 Sep 2017 15:14:35 +0200 | |
Updated usage info | |
Diffstat: | |
main.c | 4 ++-- | |
1 file changed, 2 insertions(+), 2 deletions(-) | |
--- | |
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] [-… | |
- printf(" [-l log file] [-b banlist] [-w whitelist]… | |
+ printf(" [-l log file] [-b banlist] [-w whitelist]… | |
return 0; | |
} | |
break; |