summaryrefslogtreecommitdiff
path: root/desktop/source/app/cmdlinehelp.cxx
diff options
context:
space:
mode:
authordeenafrancis <deena.francis@gmail.com>2014-07-30 01:16:34 +0530
committerMichael Meeks <michael.meeks@collabora.com>2014-08-15 01:37:14 -0500
commit3d318e6cf4a183e14a043840b9990958c7527536 (patch)
tree5cde575c2ac3b9c6d6917b29bd1db43f9bc8eef3 /desktop/source/app/cmdlinehelp.cxx
parent5794fcad10df4d6ac8388627662ea830dde7e629 (diff)
fdo#70625 Add --cat parameter to make git diffs pretty
Change-Id: I309ca3e718a11ca97991686c229c79ab20e8c3d9 Reviewed-on: https://gerrit.libreoffice.org/10623 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'desktop/source/app/cmdlinehelp.cxx')
-rw-r--r--desktop/source/app/cmdlinehelp.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/desktop/source/app/cmdlinehelp.cxx b/desktop/source/app/cmdlinehelp.cxx
index f042b46ab721..dbec4e918f42 100644
--- a/desktop/source/app/cmdlinehelp.cxx
+++ b/desktop/source/app/cmdlinehelp.cxx
@@ -124,7 +124,10 @@ namespace desktop
" Batch print files to file.\n"\
" If --outdir is not specified then current working dir is used as output_dir.\n"\
" Eg. --print-to-file *.doc\n"\
- " --print-to-file --printer-name nasty_lowres_printer --outdir /home/user *.doc\n"\
+ " --print-to-file --printer-name nasty_lowres_printer --outdir /home/user *.doc\n" \
+ "--cat files\n"\
+ " Dump text content of the files to console\n"\
+ " Eg. --cat *.odt\n"\
"--pidfile file\n"\
" Store soffice.bin pid to file.\n"\
"-env:<VAR>[=<VALUE>]\n"\