summaryrefslogtreecommitdiffstats
path: root/src/ipset_list_set.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipset_list_set.c')
-rw-r--r--src/ipset_list_set.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ipset_list_set.c b/src/ipset_list_set.c
index 76cf9b2..d0b0dd6 100644
--- a/src/ipset_list_set.c
+++ b/src/ipset_list_set.c
@@ -43,7 +43,8 @@ static const char list_set_usage[] =
" [size VALUE] [timeout VALUE]\n"
"add SETNAME NAME [before|after NAME] [timeout VALUE]\n"
"del SETNAME NAME\n"
-"test SETNAME NAME\n";
+"test SETNAME NAME\n\n"
+"where NAME are existing set names.\n";
struct ipset_type ipset_list_set0 = {
.name = "list:set",