language-update.sh:

- add a hint about --forcepatch to --patch help
- some whitespace fixes in help


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1686 a1433add-5e2c-0410-b055-b7f2511e0802
pull/2/head
Christian Boltz 10 years ago
parent 6595a0a501
commit a26e25a03a

@ -277,7 +277,7 @@ echo '
Add a comment to $PALANG['"'"'string'"'"']
Useful if a string needs to be translated again.
Useful if a string needs to be translated again.
'"$0"' --obsolete string [--patch] [--nocleanup] [foo.lang [bar.lang [...] ] ]
@ -297,9 +297,9 @@ echo '
'"$0"' --comparetext string1 string2 [foo.lang [bar.lang [...] ] ]
Compare two texts in $PALANG.
This can be useful to find out if two equel texts in $PALANG are the
same in all languages. No output means no difference.
Compare two texts in $PALANG.
This can be useful to find out if two equel texts in $PALANG are the
same in all languages. No output means no difference.
'"$0"' --stats
@ -311,6 +311,7 @@ Common parameters:
--patch
patch the language file directly (instead of displaying the patch)
(use --forcepatch if --patch fails with rejections)
--nocleanup
keep all temp files (for debugging)

Loading…
Cancel
Save