Skip to content

Commit a541557

Browse files
authored
Fix typos in torlookup
1 parent 6ccca84 commit a541557

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tor/torlookup.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ static void usage(char *name) {
6969
printf(
7070
"usage %s [options] \n"
7171
"-h\t\tthis text you see right here.\n"
72-
"-T <dir>\ttor nodeDB in nfdump format to lookup tor info.\n"
72+
"-H <nodeDB>\ttor nodeDB in nfdump format to lookup tor info.\n"
7373
"-d <dir>\tDirectory containing ascii tor info files to be convert into nfdump tor nodeDB.\n"
7474
"-w <file>\tName of nfdump torDB file.\n",
7575
name);
@@ -363,4 +363,4 @@ int main(int argc, char **argv) {
363363
}
364364

365365
exit(EXIT_SUCCESS);
366-
}
366+
}

0 commit comments

Comments
 (0)