Fix a comment to reflect reality.
authorGuy Harris <guy@alum.mit.edu>
Sat, 31 Jan 2015 04:12:10 +0000 (20:12 -0800)
committerGuy Harris <guy@alum.mit.edu>
Sat, 31 Jan 2015 04:12:40 +0000 (04:12 +0000)
Change-Id: I90fce5376ca17648840c473afac7f9e962c14667
Reviewed-on: https://code.wireshark.org/review/6870
Reviewed-by: Guy Harris <guy@alum.mit.edu>
wireshark-qt.cpp

index 8236c968b0b59c30a978d7e48b24cb13627a6c78..4a27f7fcb3408cf80d1968c365c2dd5df13f81d3 100644 (file)
@@ -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.