Signed-off-by: Mart Frauenlob <mart.frauen...@chello.at>
---
 src/nfct-extensions/helper.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/nfct-extensions/helper.c b/src/nfct-extensions/helper.c
index dfc55e7..0569827 100644
--- a/src/nfct-extensions/helper.c
+++ b/src/nfct-extensions/helper.c
@@ -33,7 +33,7 @@ static void
 nfct_cmd_helper_usage(char *argv[])
 {
        fprintf(stderr, "nfct v%s: Missing command\n"
-                       "%s helper list|add|delete|get|flush "
+                       "%s helper list|add|delete|disable|get|flush "
                        "[parameters...]\n", VERSION, argv[0]);
 }
 
@@ -408,7 +408,7 @@ nfct_cmd_helper_disable(struct mnl_socket *nl, int argc, 
char *argv[])
 
        if (argc < 6) {
                nfct_perror("missing parameters\n"
-                           "syntax: nfct add helper name family protocol");
+                           "syntax: nfct disable helper name family protocol");
                return -1;
        }
 
-- 
1.7.2.5

--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to