diff options
Diffstat (limited to 'scripts/checkhelp.awk')
-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 { } END { for (i = 0; i <= pos; i++) { -# printf("%s: help for #%i '%s' == %i\n", file[i], i, conf[i], help[i]); +# printf("%s: help for #%i '%s' == %i\n", file[i], i, conf[i], help[i]); if (help[i] == 0) { printf("%s: No helptext for '%s'\n", file[i], conf[i]); } |