1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

ctdb-event: Fix "ctdb event status" usage message

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13551

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
This commit is contained in:
Martin Schwenke 2018-07-12 10:44:20 +10:00 committed by Amitay Isaacs
parent a44e6987b1
commit 56e248de60

View File

@ -244,7 +244,7 @@ static int event_command_status(TALLOC_CTX *mem_ctx,
bool ok;
if (argc != 2) {
cmdline_usage(ctx->cmdline, "run");
cmdline_usage(ctx->cmdline, "status");
return 1;
}