summaryrefslogtreecommitdiffstats
path: root/ip6tables.c
diff options
context:
space:
mode:
authorlaforge <laforge>2002-11-02 14:48:17 +0000
committerlaforge <laforge>2002-11-02 14:48:17 +0000
commite32a3f75916f78f17a9403962ea62969661c6228 (patch)
tree3b92fc3b8177bf1ee1e6d18bb7097880840714ba /ip6tables.c
parent008dc0a29e716fbf2e021bb6dc583ae21dd6cc4f (diff)
rename-chain has a mandatary argument, not an optional (Juergen Baumann)
Diffstat (limited to 'ip6tables.c')
-rw-r--r--ip6tables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ip6tables.c b/ip6tables.c
index 023acbf..6ee460b 100644
--- a/ip6tables.c
+++ b/ip6tables.c
@@ -119,7 +119,7 @@ static struct option original_opts[] = {
{ "zero", 2, 0, 'Z' },
{ "new-chain", 1, 0, 'N' },
{ "delete-chain", 2, 0, 'X' },
- { "rename-chain", 2, 0, 'E' },
+ { "rename-chain", 1, 0, 'E' },
{ "policy", 1, 0, 'P' },
{ "source", 1, 0, 's' },
{ "destination", 1, 0, 'd' },