aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main.cpp
diff options
context:
space:
mode:
authorJoerg Mayer <jmayer@loplof.de>2014-07-21 20:33:22 +0200
committerJörg Mayer <jmayer@loplof.de>2014-07-21 18:33:54 +0000
commit16daf0c783d76b6f654ef21878f2476733f3be04 (patch)
treeb6574cf23af0e43337946a3429c2d6db106c0d1b /ui/qt/main.cpp
parent700a474d3b3c61fac0a910c8efd35b66e40cbedc (diff)
Add a warning that not all command line options are implemented
Change-Id: If1b12fed6d04623a4265131a2ff666d4a937d382 Reviewed-on: https://code.wireshark.org/review/3151 Reviewed-by: Jörg Mayer <jmayer@loplof.de>
Diffstat (limited to 'ui/qt/main.cpp')
-rw-r--r--ui/qt/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/main.cpp b/ui/qt/main.cpp
index 22297854e3..eee5d65758 100644
--- a/ui/qt/main.cpp
+++ b/ui/qt/main.cpp
@@ -296,6 +296,7 @@ print_usage(gboolean for_help_option) {
#ifdef _WIN32
destroy_console();
#endif
+ fprintf(output, "\nNOTE: Not all options are already implemented in the QT port.\n");
}
// xxx copied from ../gtk/main.c