diff options
author | Cor Nouws <oolst@nouenoff.nl> | 2017-10-12 21:03:34 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-10-12 22:13:57 +0200 |
commit | 75d78b09438dcfa045626efd9f19d4a91a031e26 (patch) | |
tree | 303c6f3b49ec8aa88c36a2a02797c2da5586ac0d /desktop | |
parent | 0c1ccab0d559b01a69ba5b1b598bc2c885ffa8d1 (diff) |
EPUB export: add simple example to command line help
Change-Id: Ia1a03f324e9b66dc36abadc326843b88b33ed249
Reviewed-on: https://gerrit.libreoffice.org/43348
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/cmdlinehelp.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/source/app/cmdlinehelp.cxx b/desktop/source/app/cmdlinehelp.cxx index 43028a72fd10..07b5672ef377 100644 --- a/desktop/source/app/cmdlinehelp.cxx +++ b/desktop/source/app/cmdlinehelp.cxx @@ -154,7 +154,8 @@ namespace desktop " used more than once, the last value of OutputFileExtension\n" " [:OutputFilterName] is effective. If --outdir is used more\n" " than once, only its last value is effective. For example:\n" - " --convert-to pdf *.doc\n" + " --convert-to pdf *.odt\n" + " --convert-to epub *.doc\n" " --convert-to pdf:writer_pdf_Export --outdir /home/user *.doc\n" " --convert-to \"html:XHTML Writer File:UTF8\" *.doc\n" " --convert-to \"txt:Text (encoded):UTF8\" *.doc\n" |