]> granicus.if.org Git - ipset/commitdiff
Improve ipset help text messages (Mr Dash Four)
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Thu, 19 Apr 2012 15:00:56 +0000 (17:00 +0200)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Thu, 19 Apr 2012 15:00:56 +0000 (17:00 +0200)
src/ui.c

index 2c4884d2b3f2cbbf3cdd3390eaf403c2f2fa83d5..d139707cf0df5c968a526ee8e10568dd350ae047 100644 (file)
--- a/src/ui.c
+++ b/src/ui.c
@@ -185,15 +185,15 @@ const struct ipset_envopts ipset_envopts[] = {
          .parse = ipset_envopt_parse,
          .has_arg = IPSET_NO_ARG,      .flag = IPSET_ENV_EXIST,
          .help = "\n"
-                 "        Ignore errors when creating already created sets,\n"
-                 "        when adding already existing elements\n"
-                 "        or when deleting non-existing elements.",
+                 "        Ignore errors when creating or adding sets or\n"
+                 "        elements that do exist or when deleting elements\n"
+                 "        that don't exist.",
        },
        { .name = { "-n", "-name" },
          .parse = ipset_envopt_parse,
          .has_arg = IPSET_NO_ARG,      .flag = IPSET_ENV_LIST_SETNAME,
          .help = "\n"
-                 "        When listing, list just setnames from kernel.\n",
+                 "        When listing, just list setnames from the kernel.\n",
        },
        { .name = { "-t", "-terse" },
          .parse = ipset_envopt_parse,