Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion braa.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ void help(void)
printf(" -t <s> Wait <s> seconds for responses.\n");
printf(" -d <s> Wait <s> microseconds after sending each packet.\n");
printf(" -w <s> Wait <s> microseconds after sending a group of query packets.\n");
printf(" -p <s> Wait <s> miliseconds between subsequent passes.\n");
printf(" -p <s> Wait <s> milliseconds between subsequent passes.\n");
printf(" -f <file> Load queries from file <file> (one by line).\n");
printf(" -a <time> Quit after <time> seconds, independent on what happens.\n");
printf(" -r <rc> Retry count (default: 3).\n");
Expand Down