From: Guy Harris Date: Tue, 6 May 2014 21:28:38 +0000 (-0700) Subject: Add --version to the usage message. X-Git-Tag: tcpdump-4.6.0~29 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/2773a167b0f677598a06e9b29c2efa1acd8cc3d9 Add --version to the usage message. --- diff --git a/tcpdump.c b/tcpdump.c index 3faf2da7..f7cd1b60 100644 --- 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"); }