From a26e25a03ad0b618bfa2b13a24c55379f6685d8a Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Fri, 12 Sep 2014 09:52:21 +0000 Subject: [PATCH] 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 --- languages/language-update.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/languages/language-update.sh b/languages/language-update.sh index 0a988f49..8100ed6a 100755 --- a/languages/language-update.sh +++ b/languages/language-update.sh @@ -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)