]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Correct path in dnssec-checkds help
authorPetr Menšík <pemensik@redhat.com>
Thu, 14 Feb 2019 14:23:26 +0000 (15:23 +0100)
committerEvan Hunt <each@isc.org>
Thu, 14 Feb 2019 20:52:32 +0000 (12:52 -0800)
(cherry picked from commit 7bd544e795c6edb4a11cef692543a98dfc87eb8c)

bin/python/isc/checkds.py.in

index 727acae255af7924037169d7a36c1b7c6d92910f..cac226ee4dca2a8fc4834a1fd98211507216a75a 100644 (file)
@@ -169,7 +169,7 @@ def parse_args():
     parser.add_argument('-D', '--dsfromkey', dest='dsfromkey',
                         default=os.path.join(prefix(sbindir),
                                              'dnssec-dsfromkey'),
-                        type=str, help='path to \'dig\'')
+                        type=str, help='path to \'dnssec-dsfromkey\'')
     parser.add_argument('-f', '--file', dest='masterfile', type=str,
                         help='zone master file')
     parser.add_argument('-l', '--lookaside', dest='lookaside', type=str,