aboutsummaryrefslogtreecommitdiffstats
path: root/wireshark-qt.cpp
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-01-30 20:12:10 -0800
committerGuy Harris <guy@alum.mit.edu>2015-01-31 04:12:40 +0000
commit4424d6aa296579b0ae7c4fec9ef35b7e11c4b1ef (patch)
tree219db5c3e63702b1fdaa7cea4c393f2d20783634 /wireshark-qt.cpp
parent90233fff275be76b0d85a686b73cad05e14c7391 (diff)
Fix a comment to reflect reality.
Change-Id: I90fce5376ca17648840c473afac7f9e962c14667 Reviewed-on: https://code.wireshark.org/review/6870 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'wireshark-qt.cpp')
-rw-r--r--wireshark-qt.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/wireshark-qt.cpp b/wireshark-qt.cpp
index 8236c968b0..4a27f7fcb3 100644
--- a/wireshark-qt.cpp
+++ b/wireshark-qt.cpp
@@ -503,8 +503,8 @@ int main(int argc, char *argv[])
* XXX - this pre-scan is done before we start Qt, so we haven't
* run WiresharkApplication's constructor on the arguments. That
* means that Qt arguments have not been removed from the argument
- * list; those arguments begin with "--", and will be treated as an
- * error by getopt_long().
+ * list; those arguments begin with "-", and may be treated as
+ * errors by getopt_long().
*
* We thus ignore errors - *and* set "opterr" to 0 to suppress the
* error messages.