diff options
Diffstat (limited to 'tshark.c')
-rw-r--r-- | tshark.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1505,7 +1505,7 @@ main(int argc, char *argv[]) if (optind < argc) { if (cf_name != NULL) { if (dfilter != NULL) { - cmdarg_err("Display filters were specified both with \"-d\" " + cmdarg_err("Display filters were specified both with \"-Y\" " "and with additional command-line arguments."); exit_status = INVALID_OPTION; goto clean_exit; |