]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Mention the b flag in the usage message.
authorGuy Harris <[email protected]>
Mon, 8 Feb 2010 10:24:10 +0000 (02:24 -0800)
committerGuy Harris <[email protected]>
Mon, 8 Feb 2010 10:24:10 +0000 (02:24 -0800)
tcpdump.c

index 87005e57aa1070692b4b0c518750aa7b7e4c5116..c4848aee843abbaddcce55b84a4e3a5412ba2916 100644 (file)
--- a/tcpdump.c
+++ b/tcpdump.c
@@ -1779,7 +1779,7 @@ usage(void)
 #endif /* WIN32 */
 #endif /* HAVE_PCAP_LIB_VERSION */
        (void)fprintf(stderr,
-"Usage: %s [-aAd" D_FLAG "ef" I_FLAG "KlLnNOpqRStu" U_FLAG "vxX]" B_FLAG_USAGE " [ -c count ]\n", program_name);
+"Usage: %s [-aAbd" D_FLAG "ef" I_FLAG "KlLnNOpqRStu" U_FLAG "vxX]" B_FLAG_USAGE " [ -c count ]\n", program_name);
        (void)fprintf(stderr,
 "\t\t[ -C file_size ] [ -E algo:secret ] [ -F file ] [ -G seconds ]\n");
        (void)fprintf(stderr,