in review_translations.pl [95:116]
sub HELP_MESSAGE {
print STDERR qq~
Usage:
cd manual/mod
../../review_translations.pl -m mod_rewrite
Lists languages with available translations, and tells you what
directives are missing from each translation.
-m mod_foo - Run for mod_foo.
-x - Generate XML for missing directives, to be pasted into the
translation XML.
-l xx - Only look at document in language xx
~;
exit();
}