From: Mark Andrews Date: Wed, 15 Sep 2021 07:01:00 +0000 (+1000) Subject: Fix closing brackets in help message X-Git-Tag: v9.17.19~39^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=55fc57e24407481b6c58bd4cfb68d952d59905d5;p=thirdparty%2Fbind9.git Fix closing brackets in help message --- diff --git a/bin/nsupdate/nsupdate.c b/bin/nsupdate/nsupdate.c index fc1c70b0a77..fc46a85ce06 100644 --- a/bin/nsupdate/nsupdate.c +++ b/bin/nsupdate/nsupdate.c @@ -2235,9 +2235,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 "