mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2024-11-24 18:43:39 +08:00
Mention the b flag in the usage message.
This commit is contained in:
parent
ce2facf6bb
commit
06d0d52170
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user