From: Dion Bosschieter Date: Mon, 16 May 2016 18:22:33 +0000 (+0200) Subject: Change -z command help text to -z postrotate-command X-Git-Tag: tcpdump-4.8.0~21^2 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/refs/pull/519/head Change -z command help text to -z postrotate-command --- diff --git a/tcpdump.c b/tcpdump.c index e62c2d69..3d491c4e 100644 --- a/tcpdump.c +++ b/tcpdump.c @@ -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"); }