[Libreoffice-commits] core.git: desktop/source
Stephan Bergmann
sbergman at redhat.com
Fri Jan 2 03:34:15 PST 2015
desktop/source/app/cmdlinehelp.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 362486945d957a3e8547feea3cc004ffa191c73b
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Fri Jan 2 12:32:31 2015 +0100
Fix --help output
...cf. fe5527f1c6dc259af464a0593e86a2da2983b7ed "desktop, sysui: let
--convert-to imply --headless"
Change-Id: If4b22e17904acb5c5584c011c7ac00163aba5fed
diff --git a/desktop/source/app/cmdlinehelp.cxx b/desktop/source/app/cmdlinehelp.cxx
index 15db117..e0d86b5 100644
--- a/desktop/source/app/cmdlinehelp.cxx
+++ b/desktop/source/app/cmdlinehelp.cxx
@@ -79,7 +79,7 @@ namespace desktop
"don't show startup screen.\n"\
"don't check for remote instances using the installation\n"\
"don't start with an empty document\n"\
- "like invisible but no user interaction at all (implies --headless).\n"\
+ "like invisible but no user interaction at all.\n"\
"show this message and exit.\n"\
"display the version information.\n"\
"create new text document.\n"\
@@ -114,7 +114,7 @@ namespace desktop
" Eg. --infilter=\"Calc Office Open XML\"\n"\
" --infilter=\"Text (encoded):UTF8,LF,,,\"\n"\
"--convert-to output_file_extension[:output_filter_name[:output_filter_options]] [--outdir output_dir] files\n"\
- " Batch convert files.\n"\
+ " Batch convert files (implies --headless).\n"\
" If --outdir is not specified then current working dir is used as output_dir.\n"\
" Eg. --convert-to pdf *.doc\n"\
" --convert-to pdf:writer_pdf_Export --outdir /home/user *.doc\n"\
More information about the Libreoffice-commits
mailing list