Correct path in dnssec-checkds help

(cherry picked from commit 7bd544e795)
This commit is contained in:
Petr Menšík
2019-02-14 15:23:26 +01:00
committed by Evan Hunt
parent 2ab6d46f04
commit 87c3f93066

View 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,