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>
This commit is contained in:
Joerg Mayer 2014-07-21 20:33:22 +02:00 committed by Jörg Mayer
parent 700a474d3b
commit 16daf0c783
1 changed files with 1 additions and 0 deletions

View File

@ -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