summaryrefslogtreecommitdiffstats
path: root/userspace/ebtables2/ebtables.c
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2002-08-17 09:14:07 +0000
committerBart De Schuymer <bdschuym@pandora.be>2002-08-17 09:14:07 +0000
commit6781da6bfba48607539c2c6057cfff91ecdc948c (patch)
tree14b6491a5b011d1e8df0e951cbff191b24dbd6db /userspace/ebtables2/ebtables.c
parent15e8eba1f969b8b7f0b71b82468d8b65b22e067c (diff)
*** empty log message ***
Diffstat (limited to 'userspace/ebtables2/ebtables.c')
-rw-r--r--userspace/ebtables2/ebtables.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/userspace/ebtables2/ebtables.c b/userspace/ebtables2/ebtables.c
index 5e13061..fd4a551 100644
--- a/userspace/ebtables2/ebtables.c
+++ b/userspace/ebtables2/ebtables.c
@@ -791,18 +791,18 @@ static void print_help()
"ebtables -[LFZ] [chain]\n"
"ebtables -[b] [y,n]\n"
"Commands:\n"
-"--append -A chain : Append to chain\n"
-"--delete -D chain : Delete matching rule from chain\n"
-"--delete -D chain rulenum : Delete rule at position rulenum from chain\n"
+"--append -A chain : append to chain\n"
+"--delete -D chain : delete matching rule from chain\n"
+"--delete -D chain rulenum : delete rule at position rulenum from chain\n"
"--insert -I chain rulenum : insert rule at position rulenum in chain\n"
-"--list -L [chain] : List the rules in a chain or in all chains\n"
-"--flush -F [chain] : Delete all rules in chain or in all chains\n"
-"--init-table : Replace the kernel table with the initial table\n"
-"--zero -Z [chain] : Put counters on zero in chain or in all chains\n"
-"--policy -P chain target : Change policy on chain to target\n"
-"--new-chain -N chain : Create a user defined chain\n"
-"--rename-chain -E old new : Rename a chain\n"
-"--delete-chain -X chain : Delete a user defined chain\n"
+"--list -L [chain] : list the rules in a chain or in all chains\n"
+"--flush -F [chain] : delete all rules in chain or in all chains\n"
+"--init-table : replace the kernel table with the initial table\n"
+"--zero -Z [chain] : put counters on zero in chain or in all chains\n"
+"--policy -P chain target : change policy on chain to target\n"
+"--new-chain -N chain : create a user defined chain\n"
+"--rename-chain -E old new : rename a chain\n"
+"--delete-chain -X chain : delete a user defined chain\n"
"--atomic-commit file : update the kernel w/ the table contained in file\n"
"--atomic-init file : put the initial kernel table into file\n"
"--atomic-save file : put the current kernel table into file\n"