Skip to content

Commit 745f231

Browse files
committed
pan-python in version output
1 parent 32a697e commit 745f231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/panxapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ def parse_opts():
415415
elif opt == '-T':
416416
options['timeout'] = arg
417417
elif opt == '--version':
418-
print(pan.xapi.__version__)
418+
print('pan-python', pan.xapi.__version__)
419419
sys.exit(0)
420420
elif opt == '--help':
421421
usage()

0 commit comments

Comments
 (0)