diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/checkhelp.awk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/checkhelp.awk b/scripts/checkhelp.awk index 2468db2da..94843d6ff 100755 --- a/scripts/checkhelp.awk +++ b/scripts/checkhelp.awk | |||
@@ -32,7 +32,7 @@ BEGIN { | |||
32 | } | 32 | } |
33 | END { | 33 | END { |
34 | for (i = 0; i <= pos; i++) { | 34 | for (i = 0; i <= pos; i++) { |
35 | # printf("%s: help for #%i '%s' == %i\n", file[i], i, conf[i], help[i]); | 35 | # printf("%s: help for #%i '%s' == %i\n", file[i], i, conf[i], help[i]); |
36 | if (help[i] == 0) { | 36 | if (help[i] == 0) { |
37 | printf("%s: No helptext for '%s'\n", file[i], conf[i]); | 37 | printf("%s: No helptext for '%s'\n", file[i], conf[i]); |
38 | } | 38 | } |