[Libreoffice-commits] core.git: desktop/source
Samuel Mehrbrodt
Samuel.Mehrbrodt at cib.de
Tue Oct 18 09:52:25 UTC 2016
desktop/source/app/cmdlinehelp.cxx | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit f3553596f3545955201822df980c92c8a7dde635
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
Date: Tue Oct 18 11:23:00 2016 +0200
Document the --language cmd line parameter
Change-Id: I46369bbbed1b74f7d13eb8c2b893df8cade73b79
Reviewed-on: https://gerrit.libreoffice.org/29996
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
diff --git a/desktop/source/app/cmdlinehelp.cxx b/desktop/source/app/cmdlinehelp.cxx
index c8226c6..aaa6af9 100644
--- a/desktop/source/app/cmdlinehelp.cxx
+++ b/desktop/source/app/cmdlinehelp.cxx
@@ -105,6 +105,9 @@ namespace desktop
" open the specified documents in viewer-(readonly-)mode.\n"\
"--show <presentation>\n"\
" open the specified presentation and start it immediately\n"\
+ "--language=<language_tag>\n"\
+ " Override the UI language with the given locale\n"\
+ " Eg. --language=fr\n"\
"--accept=<accept-string>\n"\
" Specify an UNO connect-string to create an UNO acceptor through which\n"\
" other programs can connect to access the API\n"\
More information about the Libreoffice-commits
mailing list