diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-01-02 12:32:31 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-01-02 12:32:31 +0100 |
commit | 362486945d957a3e8547feea3cc004ffa191c73b (patch) | |
tree | 35fdf51fb728427031906cbffa83bb7aa46865a6 /desktop/source | |
parent | 4e9b6450bf0ca916fa313a577d3af878efa90955 (diff) |
Fix --help output
...cf. fe5527f1c6dc259af464a0593e86a2da2983b7ed "desktop, sysui: let
--convert-to imply --headless"
Change-Id: If4b22e17904acb5c5584c011c7ac00163aba5fed
Diffstat (limited to 'desktop/source')
-rw-r--r-- | desktop/source/app/cmdlinehelp.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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"\ |