diff options
author | Reto Schneider <code@reto-schneider.ch> | 2015-11-20 16:19:04 +0100 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2015-11-23 12:44:26 +0000 |
commit | 334082b332981559315b2297f9d4874e5e53f29b (patch) | |
tree | 1116cbf25e29d15d479738aa4c5ab9a67fe5ce7f /desktop | |
parent | d59ef5b2ddb9249905fecf941be6ec83251d12de (diff) |
Fix help for argument --pidfile (--pidfile=file)
Change-Id: I131efc46630437dae28e6698ea849e587abce68e
Reviewed-on: https://gerrit.libreoffice.org/20093
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/cmdlinehelp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/cmdlinehelp.cxx b/desktop/source/app/cmdlinehelp.cxx index bd583e0b3867..7f00b9ac4313 100644 --- a/desktop/source/app/cmdlinehelp.cxx +++ b/desktop/source/app/cmdlinehelp.cxx @@ -128,7 +128,7 @@ namespace desktop "--cat files\n"\ " Dump text content of the files to console\n"\ " Eg. --cat *.odt\n"\ - "--pidfile file\n"\ + "--pidfile=file\n"\ " Store soffice.bin pid to file.\n"\ "-env:<VAR>[=<VALUE>]\n"\ " Set a bootstrap variable.\n"\ |