From 9d152d29e2def8c15b493b1c8915aecee272a2fd Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 5 Mar 2019 12:04:21 +0100 Subject: improve documentation of soffice --accept parameter Change-Id: I8058bad949c973981013d099dba78b3e64cee0aa Reviewed-on: https://gerrit.libreoffice.org/68735 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- desktop/source/app/cmdlinehelp.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'desktop/source/app') diff --git a/desktop/source/app/cmdlinehelp.cxx b/desktop/source/app/cmdlinehelp.cxx index 5d9a941c50c4..95e71998f3fb 100644 --- a/desktop/source/app/cmdlinehelp.cxx +++ b/desktop/source/app/cmdlinehelp.cxx @@ -98,8 +98,10 @@ namespace desktop " configuration. \n" " --accept={UNO-URL} Specifies an UNO-URL connect-string to create an UNO \n" " acceptor through which other programs can connect to \n" - " access the API. UNO-URL is string the such kind \n" - " uno:connection-type,params;protocol-name,params;ObjectName. \n" + " access the API. Note that API access allows execution \n" + " of arbitrary commands. \n" + " The syntax of an UNO-URL connect-string is: \n" + " uno:connection-type,params;protocol-name,params;ObjectName \n" " --unaccept={UNO-URL} Closes an acceptor that was created with --accept. Use \n" " --unaccept=all to close all open acceptors. \n" " --language={lang} Uses specified language, if language is not selected \n" -- cgit