mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 23:25:38 +00:00
[master] handle time units in dnssec-coverage -r
4174. [bug] "dnssec-coverage -r" didn't handle time unit suffixes correctly. [RT #38444]
This commit is contained in:
@@ -326,7 +326,7 @@ def vspace():
|
||||
if _firstline:
|
||||
_firstline = False
|
||||
else:
|
||||
print()
|
||||
print('')
|
||||
|
||||
############################################################################
|
||||
# vreset:
|
||||
@@ -673,7 +673,7 @@ def parse_args():
|
||||
parser.add_argument('-d', dest='keyttl', type=str,
|
||||
help='the DNSKEY TTL', metavar='time')
|
||||
parser.add_argument('-r', dest='resign', default='1944000',
|
||||
type=int, help='the RRSIG refresh interval '
|
||||
type=str, help='the RRSIG refresh interval '
|
||||
'in seconds [default: 22.5 days]',
|
||||
metavar='time')
|
||||
parser.add_argument('-c', dest='compilezone',
|
||||
|
Reference in New Issue
Block a user