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:
parent
700a474d3b
commit
16daf0c783
@ -296,6 +296,7 @@ print_usage(gboolean for_help_option) {
|
|||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
destroy_console();
|
destroy_console();
|
||||||
#endif
|
#endif
|
||||||
|
fprintf(output, "\nNOTE: Not all options are already implemented in the QT port.\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
// xxx copied from ../gtk/main.c
|
// xxx copied from ../gtk/main.c
|
||||||
|
Loading…
x
Reference in New Issue
Block a user