Skip to content

Commit

Permalink
Merge pull request the-tcpdump-group#519 from dionbosschieter/updateP…
Browse files Browse the repository at this point in the history
…ostrotateCommandHelpText

Change -z command help text to -z postrotate-command
  • Loading branch information
guyharris committed May 16, 2016
2 parents 405beed + d33c541 commit 2c69156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcpdump.c
Expand Up @@ -2388,7 +2388,7 @@ print_usage(void)
#endif
(void)fprintf(stderr, "[ -T type ] [ --version ] [ -V file ]\n");
(void)fprintf(stderr,
"\t\t[ -w file ] [ -W filecount ] [ -y datalinktype ] [ -z command ]\n");
"\t\t[ -w file ] [ -W filecount ] [ -y datalinktype ] [ -z postrotate-command ]\n");
(void)fprintf(stderr,
"\t\t[ -Z user ] [ expression ]\n");
}
Expand Down

0 comments on commit 2c69156

Please sign in to comment.