aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2011-08-13 19:46:40 +0000
committerGuy Harris <guy@alum.mit.edu>2011-08-13 19:46:40 +0000
commit854aef62ebea3f0d8b41cad3ac1f7bd4af9f0d5f (patch)
tree19c320e516f6208ca608e23367bc9545d7a5998b /gtk/main.c
parent9778785d6182eca54453dcc44ca0e93250b1af55 (diff)
Make the description of -I match the description in dumpcap and TShark.
svn path=/trunk/; revision=38517
Diffstat (limited to 'gtk/main.c')
-rw-r--r--gtk/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/main.c b/gtk/main.c
index 1dcfe8457a..ccad419573 100644
--- a/gtk/main.c
+++ b/gtk/main.c
@@ -1159,7 +1159,7 @@ print_usage(gboolean print_ver) {
fprintf(output, " -S update packet display when new packets are captured\n");
fprintf(output, " -l turn on automatic scrolling while -S is in use\n");
#ifdef HAVE_PCAP_CREATE
- fprintf(output, " -I use monitor mode\n");
+ fprintf(output, " -I capture in monitor mode, if available\n");
#endif
#if defined(_WIN32) || defined(HAVE_PCAP_CREATE)
fprintf(output, " -B <buffer size> size of kernel buffer (def: 1MB)\n");