summaryrefslogtreecommitdiffstats
path: root/userspace
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2003-10-12 14:42:06 +0000
committerBart De Schuymer <bdschuym@pandora.be>2003-10-12 14:42:06 +0000
commit947244928cee32a47428da73b72709a8a461b669 (patch)
tree41ecf32dbcc20098e86d5ca0894483b4a17427d9 /userspace
parent29895adccf67c94b7375f26d81df550a983ff856 (diff)
*** empty log message ***
Diffstat (limited to 'userspace')
-rw-r--r--userspace/ebtables2/extensions/ebt_among.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/userspace/ebtables2/extensions/ebt_among.c b/userspace/ebtables2/extensions/ebt_among.c
index 8edbada..b865ca2 100644
--- a/userspace/ebtables2/extensions/ebt_among.c
+++ b/userspace/ebtables2/extensions/ebt_among.c
@@ -41,8 +41,8 @@ static void print_help()
{
printf(
"`among' options:\n"
-"--among-dst list : matches if ether dst is in list\n"
-"--among-src list : matches if ether src is in list\n"
+"--among-dst [!] list : matches if ether dst is in list\n"
+"--among-src [!] list : matches if ether src is in list\n"
"list has form:\n"
" xx:xx:xx:xx:xx:xx[=ip.ip.ip.ip],yy:yy:yy:yy:yy:yy[=ip.ip.ip.ip]"
",...,zz:zz:zz:zz:zz:zz[=ip.ip.ip.ip][,]\n"