From 74a13ae5c0ecd26c5bca8ea35edb00a649719ff2 Mon Sep 17 00:00:00 2001 From: cathugger Date: Mon, 10 Dec 2018 13:21:51 +0000 Subject: [PATCH] clarify -t/-j arguments --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 62cf8f3..4def931 100644 --- a/main.c +++ b/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-F - include directory names in onion names output\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-n numkeys - specify number of keys (default - 0 - unlimited)\n" "\t-N numwords - specify number of words per key (default - 1)\n"