From 2a4ddf3b3af0aabee7373eacf237844f2c159296 Mon Sep 17 00:00:00 2001 From: Will Stokes Date: Mon, 25 Mar 2013 17:07:02 +1300 Subject: [PATCH] Bug 7938: Added description of -v/--verbose parameter --- misc/translator/translate | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/misc/translator/translate b/misc/translator/translate index f0c12c9..de14401 100755 --- a/misc/translator/translate +++ b/misc/translator/translate @@ -91,6 +91,8 @@ given language or for all available languages. =head1 USAGE +Use the -v or --verbose parameter to make translator more verbose. + =over =item translate create F @@ -127,7 +129,7 @@ updated. =item translate [-p] install F -Use .po files to translate the english version of templayes and preferences files +Use .po files to translate the english version of templates and preferences files and copy those files in the appropriate directory. Without F, all available languages are installed. With -p option, only preferences .po file is updated. -- 1.7.9.5