]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Change -z command help text to -z postrotate-command 519/head
authorDion Bosschieter <[email protected]>
Mon, 16 May 2016 18:22:33 +0000 (20:22 +0200)
committerDion Bosschieter <[email protected]>
Mon, 16 May 2016 18:22:33 +0000 (20:22 +0200)
tcpdump.c

index e62c2d69eb3698852752a42efbb3bf54f776ff95..3d491c4e9315341c3b6a914878ff46a130fb3e2f 100644 (file)
--- 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");
 }