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 f4225de..8b0dd80 100644
--- a/ebtables.c
+++ b/ebtables.c
@@ -601,7 +601,7 @@ int main(int argc, char *argv[])
if ((replace.selected_chain =
ebt_get_chainnr(&replace, opt)) == -1)
ebt_print_error("Chain %s doesn't "
- "exist", optarg);
+ "exist", opt);
ebt_delete_chain(&replace);
break;
}