mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-04-22 23:09:10 +00:00
clarify -t/-j arguments
This commit is contained in:
parent
60eb4c06c7
commit
74a13ae5c0
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue