From: Stefan Metzmacher Date: Thu, 8 Feb 2024 14:07:42 +0000 (+0100) Subject: s3:utils: fix help string for 'net witness force-response' X-Git-Tag: tdb-1.4.11~1780 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7a23429ed6a04bb14509758492bfaee5db6dbd0d;p=thirdparty%2Fsamba.git 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 Reviewed-by: Guenther Deschner --- diff --git a/source3/utils/net_witness.c b/source3/utils/net_witness.c index bfa433b40f1..accff5b36e7 100644 --- a/source3/utils/net_witness.c +++ b/source3/utils/net_witness.c @@ -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)"), },