ctdb-tools: Fix documentation for ctdb ping command
authorAmitay Isaacs <amitay@gmail.com>
Thu, 8 Mar 2018 03:24:27 +0000 (14:24 +1100)
committerMartin Schwenke <martins@samba.org>
Fri, 9 Mar 2018 06:08:23 +0000 (07:08 +0100)
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
ctdb/tools/ctdb.c

index 57358a5e30aae1f6029a4c9ea7ba64d84faa4366..a2e8ef20b620c7b398c2de059fd77ee94261f1a8 100644 (file)
@@ -5886,7 +5886,7 @@ static const struct ctdb_cmd {
        { "uptime", control_uptime, false, true,
                "show node uptime", NULL },
        { "ping", control_ping, false, true,
-               "ping all nodes", NULL },
+               "ping a node", NULL },
        { "runstate", control_runstate, false, true,
                "get/check runstate of a node",
                "[setup|first_recovery|startup|running]" },