clarify -t/-j arguments

This commit is contained in:
cathugger 2018-12-10 13:21:51 +00:00
parent 60eb4c06c7
commit 74a13ae5c0
No known key found for this signature in database
GPG key ID: 9BADDA2DAF6F01A8

2
main.c
View file

@ -413,7 +413,7 @@ static void printhelp(FILE *out,const char *progname)
"\t-O filename - output onion names to specified file (overwrite)\n" "\t-O filename - output onion names to specified file (overwrite)\n"
"\t-F - include directory names in onion names output\n" "\t-F - include directory names in onion names output\n"
"\t-d dirname - output directory\n" "\t-d dirname - output directory\n"
"\t-t numthreads - specify number of threads (default - auto)\n" "\t-t numthreads - specify number of threads to utilise (default - CPU core count or 1)\n"
"\t-j numthreads - same as -t\n" "\t-j numthreads - same as -t\n"
"\t-n numkeys - specify number of keys (default - 0 - unlimited)\n" "\t-n numkeys - specify number of keys (default - 0 - unlimited)\n"
"\t-N numwords - specify number of words per key (default - 1)\n" "\t-N numwords - specify number of words per key (default - 1)\n"