Skip to content

Commit

Permalink
add usage string for -T option
Browse files Browse the repository at this point in the history
  • Loading branch information
sflow committed Jun 21, 2022
1 parent 4be2a17 commit 5307b19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sflowtool.c
Expand Up @@ -6052,7 +6052,8 @@ static void instructions(char *command)
fprintf(ERROUT, " -H - output HTTP common log file format\n");
fprintf(ERROUT,"\n");
fprintf(ERROUT,"tcpdump output:\n");
fprintf(ERROUT, " -t - output in binary tcpdump(1) format\n");
fprintf(ERROUT, " -t - output packet samples in binary tcpdump(1) format\n");
fprintf(ERROUT, " -T - output discard samples in binary tcpdump(1) format\n");
fprintf(ERROUT, " -r file - read binary tcpdump(1) format\n");
fprintf(ERROUT, " -x - remove all IPV4 content\n");
fprintf(ERROUT,"\n");
Expand Down

0 comments on commit 5307b19

Please sign in to comment.