Tweaked check-copyright

- Legacy-Id: 16431
This commit is contained in:
Henrik Levkowetz 2019-07-08 11:44:17 +00:00
parent 1bba64330b
commit d4fc890655

View file

@ -96,7 +96,7 @@ for opt, value in opts:
elif opt in ["-V", "--version"]: # Output version information, then exit
print( program, version )
sys.exit(0)
elif opt in ["-v", "--verbose"]: # Output version information, then exit
elif opt in ["-v", "--verbose"]: # Be more verbose
opt_verbose += 1
# ----------------------------------------------------------------------