aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
diff options
context:
space:
mode:
Diffstat (limited to 'tshark.c')
-rw-r--r--tshark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tshark.c b/tshark.c
index bbfc343cd7..b19cbf8dca 100644
--- a/tshark.c
+++ b/tshark.c
@@ -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;