summaryrefslogtreecommitdiff
path: root/dumpcap.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2012-12-12 03:25:35 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2012-12-12 03:25:35 +0000
commit20211340e51fd11809cf08317c23d1bcc54f663d (patch)
tree49b6290e25e3d52f1d7a80809db3c00c0d758b89 /dumpcap.c
parent47efce288963ffca0d527750ed05bd12b66f7d82 (diff)
downloadwireshark-20211340e51fd11809cf08317c23d1bcc54f663d.tar.gz
Make the "-g" argument to tshark actually work (by passing it to dumpcap).
svn path=/trunk/; revision=46515
Diffstat (limited to 'dumpcap.c')
-rw-r--r--dumpcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dumpcap.c b/dumpcap.c
index be59fcef7b..e88e0598f4 100644
--- a/dumpcap.c
+++ b/dumpcap.c
@@ -4453,7 +4453,7 @@ main(int argc, char *argv[])
case 'b': /* Ringbuffer option */
case 'c': /* Capture x packets */
case 'f': /* capture filter */
- case 'g': /* enable group read accesson file(s) */
+ case 'g': /* enable group read access on file(s) */
case 'i': /* Use interface x */
case 'n': /* Use pcapng format */
case 'p': /* Don't capture in promiscuous mode */