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

s3:utils: fix help string for 'net witness force-response'

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

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
This commit is contained in:
Stefan Metzmacher 2024-02-08 15:07:42 +01:00 committed by Günther Deschner
parent f1f68108cc
commit 7a23429ed6

View File

@ -2350,7 +2350,7 @@ int net_witness(struct net_context *c, int argc, const char **argv)
NET_TRANSPORT_LOCAL,
N_("Force an AsyncNotify response based on "
"json input (mostly for testing)"),
N_("net witness force-reponse\n"
N_("net witness force-response\n"
" Force an AsyncNotify response based on "
"json input (mostly for testing)"),
},