From d4fc890655befe632e701502a037ccaacfa22678 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Mon, 8 Jul 2019 11:44:17 +0000 Subject: [PATCH] Tweaked check-copyright - Legacy-Id: 16431 --- bin/check-copyright | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/check-copyright b/bin/check-copyright index 0fdb02bfb..ca393b781 100755 --- a/bin/check-copyright +++ b/bin/check-copyright @@ -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 # ----------------------------------------------------------------------