1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +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>
(cherry picked from commit 7a23429ed6)
This commit is contained in:
Stefan Metzmacher 2024-02-08 15:07:42 +01:00 committed by Jule Anger
parent f9c0968743
commit c4e4d41f0a

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)"),
},