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

Jan-Marek Glogowski (via logerrit) logerrit at kemper.freedesktop.org
Fri May 24 11:57:43 UTC 2019


 desktop/source/app/cmdlinehelp.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit a82eed1e8ad3819fda34c26df035cd5472eeec5b
Author:     Jan-Marek Glogowski <glogow at fbihome.de>
AuthorDate: Fri May 24 11:48:42 2019 +0000
Commit:     Michael Stahl <Michael.Stahl at cib.de>
CommitDate: Fri May 24 13:56:18 2019 +0200

    Fix typo in help: 'urb' => 'urp'
    
    Introduced in commit a4066c770fec ("Fix documented 'soffice
    --accept' parameter syntax").
    
    Change-Id: Iaa8e821abeb8bdbce36091c4d0264f658c677a76
    Reviewed-on: https://gerrit.libreoffice.org/72905
    Reviewed-by: Michael Stahl <Michael.Stahl at cib.de>
    Tested-by: Michael Stahl <Michael.Stahl at cib.de>

diff --git a/desktop/source/app/cmdlinehelp.cxx b/desktop/source/app/cmdlinehelp.cxx
index 4f6ff59aee79..bdb04bb9d4d8 100644
--- a/desktop/source/app/cmdlinehelp.cxx
+++ b/desktop/source/app/cmdlinehelp.cxx
@@ -102,8 +102,8 @@ namespace desktop
         "                       of arbitrary commands.                                  \n"
         "                       The syntax of the {connect-string} is:                  \n"
         "                         connection-type,params;protocol-name,params           \n"
-        "                       e.g.  pipe,name={some name};urb                         \n"
-        "                         or  socket,host=localhost,port=54321;urb              \n"
+        "                       e.g.  pipe,name={some name};urp                         \n"
+        "                         or  socket,host=localhost,port=54321;urp              \n"
         "   --unaccept={connect-string}  Closes an acceptor that was created with       \n"
         "                       --accept. Use --unaccept=all to close all acceptors.    \n"
         "   --language={lang}   Uses specified language, if language is not selected    \n"


More information about the Libreoffice-commits mailing list