mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Merge branch '879-dnssec-checkds-help' into 'master'
Correct path in dnssec-checkds help Closes #879 See merge request isc-projects/bind9!1515
This commit is contained in:
commit
4d4233f637
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue