summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2019-05-24 11:48:42 +0000
committerMichael Stahl <Michael.Stahl@cib.de>2019-05-24 13:56:18 +0200
commita82eed1e8ad3819fda34c26df035cd5472eeec5b (patch)
treea3893bfb6235f54f17532e7f9f5599bfbe632970 /desktop
parentdisable warnings in external libs (diff)
downloadcore-a82eed1e8ad3819fda34c26df035cd5472eeec5b.tar.gz
core-a82eed1e8ad3819fda34c26df035cd5472eeec5b.zip
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@cib.de> Tested-by: Michael Stahl <Michael.Stahl@cib.de>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/app/cmdlinehelp.cxx4
1 files changed, 2 insertions, 2 deletions
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"