updated usage info

This commit is contained in:
solusipse
2013-09-14 00:29:00 +02:00
parent 0eedbf68c0
commit 924341e973
2 changed files with 3 additions and 3 deletions

View File

@@ -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");