]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Add --version to the usage message.
authorGuy Harris <[email protected]>
Tue, 6 May 2014 21:28:38 +0000 (14:28 -0700)
committerGuy Harris <[email protected]>
Tue, 6 May 2014 21:28:38 +0000 (14:28 -0700)
tcpdump.c

index 3faf2da731a9ae29f20da7163b910a53598e407a..f7cd1b603628b3f43ba4ce95cdf817a8a60e4e93 100644 (file)
--- a/tcpdump.c
+++ b/tcpdump.c
@@ -2298,9 +2298,9 @@ print_usage(void)
 "\t\t[ -Q in|out|inout ]\n");
 #endif
        (void)fprintf(stderr,
-"\t\t[ -r file ] [ -s snaplen ] [ -T type ] [ -V file ] [ -w file ]\n");
+"\t\t[ -r file ] [ -s snaplen ] [ -T type ] [ --version ] [ -V file ]\n");
        (void)fprintf(stderr,
-"\t\t[ -W filecount ] [ -y datalinktype ] [ -z command ]\n");
+"\t\t[ -w file ] [ -W filecount ] [ -y datalinktype ] [ -z command ]\n");
        (void)fprintf(stderr,
 "\t\t[ -Z user ] [ expression ]\n");
 }