summaryrefslogtreecommitdiffstats
path: root/ebtables.c
diff options
context:
space:
mode:
Diffstat (limited to 'ebtables.c')
-rw-r--r--ebtables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebtables.c b/ebtables.c
index c1f5c2b..d0d206b 100644
--- a/ebtables.c
+++ b/ebtables.c
@@ -1086,7 +1086,7 @@ big_iface_length:
ebt_print_error2("Unknown argument: '%s'", argv[optind - 1], (char)optopt, (char)c);
else if (w == NULL) {
if (!strcmp(t->name, "standard"))
- ebt_print_error2("Unknown argument: don't forget the -t option");
+ ebt_print_error2("Unknown argument: don't forget the -j option");
else
ebt_print_error2("Target-specific option does not correspond with specified target");
}