mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-10-01 11:23:25 +00:00
[master] fix python script versions
4257. [cleanup] Python scripts reported incorrect version. [RT #41080]
This commit is contained in:
@@ -694,7 +694,8 @@ def parse_args():
|
||||
parser.add_argument('-D', '--debug', dest='debug_mode',
|
||||
action='store_true', default=False,
|
||||
help='Turn on debugging output')
|
||||
parser.add_argument('-v', '--version', action='version', version='9.9.1')
|
||||
parser.add_argument('-v', '--version', action='version',
|
||||
version='@BIND9_VERSION@')
|
||||
|
||||
args = parser.parse_args()
|
||||
|
||||
|
Reference in New Issue
Block a user