locales-Skript: POD update
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Mon, 4 Jan 2021 18:08:51 +0000 (19:08 +0100)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Thu, 7 Jan 2021 09:36:04 +0000 (10:36 +0100)
scripts/locales.pl

index 7f1b006..c81f7b4 100755 (executable)
@@ -765,7 +765,8 @@ locales.pl - Collect strings for translation in kivitendo
 locales.pl [options] lang_code
 
  Options:
-  -c, --check-files      Run extended checks on HTML files
+  -c, --check-files      Run extended checks on HTML files (default)
+  -n, --no-check-files   Do not run extended checks on HTML files
   -f, --filenames        Show the filenames where new strings where found
   -v, --verbose          Be more verbose
   -h, --help             Show this help
@@ -778,7 +779,12 @@ locales.pl [options] lang_code
 
 Run extended checks on the usage of templates. This can be used to
 discover HTML templates that are never used as well as the usage of
-non-existing HTML templates.
+non-existing HTML templates. This is enabled by default.
+
+=item B<-n>, B<--no-check-files>
+
+Do not run extended checks on the usage of templates. See
+C<--no-check-files>.
 
 =item B<-v>, B<--verbose>