Skip to content

Commit d4fc890

Browse files
committed
Tweaked check-copyright
- Legacy-Id: 16431
1 parent 1bba643 commit d4fc890

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/check-copyright

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ for opt, value in opts:
9696
elif opt in ["-V", "--version"]: # Output version information, then exit
9797
print( program, version )
9898
sys.exit(0)
99-
elif opt in ["-v", "--verbose"]: # Output version information, then exit
99+
elif opt in ["-v", "--verbose"]: # Be more verbose
100100
opt_verbose += 1
101101

102102
# ----------------------------------------------------------------------

0 commit comments

Comments
 (0)