From 362486945d957a3e8547feea3cc004ffa191c73b Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 2 Jan 2015 12:32:31 +0100 Subject: Fix --help output ...cf. fe5527f1c6dc259af464a0593e86a2da2983b7ed "desktop, sysui: let --convert-to imply --headless" Change-Id: If4b22e17904acb5c5584c011c7ac00163aba5fed --- desktop/source/app/cmdlinehelp.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop/source') diff --git a/desktop/source/app/cmdlinehelp.cxx b/desktop/source/app/cmdlinehelp.cxx index 15db1176b1bc..e0d86b58c062 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"\ -- cgit