We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ccca84 commit a541557Copy full SHA for a541557
src/tor/torlookup.c
@@ -69,7 +69,7 @@ static void usage(char *name) {
69
printf(
70
"usage %s [options] \n"
71
"-h\t\tthis text you see right here.\n"
72
- "-T <dir>\ttor nodeDB in nfdump format to lookup tor info.\n"
+ "-H <nodeDB>\ttor nodeDB in nfdump format to lookup tor info.\n"
73
"-d <dir>\tDirectory containing ascii tor info files to be convert into nfdump tor nodeDB.\n"
74
"-w <file>\tName of nfdump torDB file.\n",
75
name);
@@ -363,4 +363,4 @@ int main(int argc, char **argv) {
363
}
364
365
exit(EXIT_SUCCESS);
366
-}
+}
0 commit comments