summaryrefslogtreecommitdiffstats
path: root/ebtables.c
diff options
context:
space:
mode:
Diffstat (limited to 'ebtables.c')
-rw-r--r--ebtables.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/ebtables.c b/ebtables.c
index f7dfccf..d0d206b 100644
--- a/ebtables.c
+++ b/ebtables.c
@@ -1041,6 +1041,8 @@ big_iface_length:
strcpy(replace->filename, optarg);
break;
case 13 : /* concurrent */
+ if (OPT_COMMANDS)
+ ebt_print_error2("Please put the --concurrent option first");
use_lockfd = 1;
break;
case 1 :
@@ -1084,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");
}