Skip to content

Commit 5c83591

Browse files
fxlbguyharris
authored andcommitted
tcpdump: Update a comment about the -g option
We have now the "g"repable option. This is a follow-up to b80f964. [skip ci]
1 parent 05eeef1 commit 5c83591

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tcpdump.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -571,14 +571,11 @@ show_remote_devices_and_exit(void)
571571
/*
572572
* Short options.
573573
*
574-
* Note that there we use all letters for short options except for g, k,
574+
* Note that there we use all letters for short options except for k,
575575
* o, and P, and those are used by other versions of tcpdump, and we should
576576
* only use them for the same purposes that the other versions of tcpdump
577577
* use them:
578578
*
579-
* macOS tcpdump uses -g to force non--v output for IP to be on one
580-
* line, making it more "g"repable;
581-
*
582579
* macOS tcpdump uses -k to specify that packet comments in pcapng files
583580
* should be printed;
584581
*

0 commit comments

Comments
 (0)