We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bba643 commit d4fc890Copy full SHA for d4fc890
1 file changed
bin/check-copyright
@@ -96,7 +96,7 @@ for opt, value in opts:
96
elif opt in ["-V", "--version"]: # Output version information, then exit
97
print( program, version )
98
sys.exit(0)
99
- elif opt in ["-v", "--verbose"]: # Output version information, then exit
+ elif opt in ["-v", "--verbose"]: # Be more verbose
100
opt_verbose += 1
101
102
# ----------------------------------------------------------------------
0 commit comments