From 4424d6aa296579b0ae7c4fec9ef35b7e11c4b1ef Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 30 Jan 2015 20:12:10 -0800 Subject: Fix a comment to reflect reality. Change-Id: I90fce5376ca17648840c473afac7f9e962c14667 Reviewed-on: https://code.wireshark.org/review/6870 Reviewed-by: Guy Harris --- wireshark-qt.cpp | 4 ++-- 1 file 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. -- cgit v1.2.3