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:
parent
a44e6987b1
commit
56e248de60
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user