[Libreoffice-commits] core.git: desktop/source

Reto Schneider code at reto-schneider.ch
Mon Nov 23 04:44:55 PST 2015


 desktop/source/app/cmdlinehelp.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 334082b332981559315b2297f9d4874e5e53f29b
Author: Reto Schneider <code at reto-schneider.ch>
Date:   Fri Nov 20 16:19:04 2015 +0100

    Fix help for argument --pidfile (--pidfile=file)
    
    Change-Id: I131efc46630437dae28e6698ea849e587abce68e
    Reviewed-on: https://gerrit.libreoffice.org/20093
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Katarina Behrens <Katarina.Behrens at cib.de>

diff --git a/desktop/source/app/cmdlinehelp.cxx b/desktop/source/app/cmdlinehelp.cxx
index bd583e0..7f00b9a 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"\


More information about the Libreoffice-commits mailing list