]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:utils: fix help string for 'net witness force-response'
authorStefan Metzmacher <metze@samba.org>
Thu, 8 Feb 2024 14:07:42 +0000 (15:07 +0100)
committerGünther Deschner <gd@samba.org>
Tue, 13 Feb 2024 20:02:31 +0000 (20:02 +0000)
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>
source3/utils/net_witness.c

index bfa433b40f196c6fadc298e89c57d5b6819f198a..accff5b36e75b1b328ceb550df4b2418bf887ed5 100644 (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)"),
                },