]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix closing brackets in help message
authorMark Andrews <marka@isc.org>
Wed, 15 Sep 2021 07:01:00 +0000 (17:01 +1000)
committerMark Andrews <marka@isc.org>
Wed, 15 Sep 2021 13:09:17 +0000 (23:09 +1000)
(cherry picked from commit 55fc57e24407481b6c58bd4cfb68d952d59905d5)

bin/nsupdate/nsupdate.c

index f8781396472f9068278d337ba2cb6f2cad8f8a42..fe306a8105f87924c57273eebcb420761385ce4c 100644 (file)
@@ -2257,9 +2257,9 @@ do_next_command(char *cmdline) {
                                "answer                    (show the answer to "
                                "the last request)\n"
                                "quit                      (quit, any pending "
-                               "update is not sent\n"
+                               "update is not sent)\n"
                                "help                      (display this "
-                               "message_\n"
+                               "message)\n"
                                "key [hmac:]keyname secret (use TSIG to sign "
                                "the request)\n"
                                "gsstsig                   (use GSS_TSIG to "