summaryrefslogtreecommitdiffstats
path: root/src/ipset_list_set.c
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2010-12-17 21:32:29 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2010-12-17 21:32:29 +0100
commit593d2082912a9fdef12f2e69e40b5505d358690a (patch)
tree09c855685d05dbdd2fdca21c75545ae14447ce52 /src/ipset_list_set.c
parent984023490f88346e58db68d77489e67b0c6c4ce8 (diff)
Updated help texts for the hash:ip and list:set types.
Diffstat (limited to 'src/ipset_list_set.c')
-rw-r--r--src/ipset_list_set.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ipset_list_set.c b/src/ipset_list_set.c
index fcb4549..7e7ddff 100644
--- a/src/ipset_list_set.c
+++ b/src/ipset_list_set.c
@@ -42,8 +42,8 @@ static const char list_set_usage[] =
"create SETNAME list:set\n"
" [size VALUE] [timeout VALUE]\n"
"add SETNAME NAME [before|after NAME] [timeout VALUE]\n"
-"del SETNAME NAME\n"
-"test SETNAME NAME\n\n"
+"del SETNAME NAME [before|after NAME]\n"
+"test SETNAME NAME [before|after NAME]\n\n"
"where NAME are existing set names.\n";
struct ipset_type ipset_list_set0 = {