View | Details | Raw Unified | Return to issue 12083
Collapse All | Expand All

(-)cmdlinehelp.cxx.~1.1.4.2.~ (-3 / +3 lines)
Lines 54-60 Link Here
54
		"suppress restart/restore after fatal errors.\n"\
54
		"suppress restart/restore after fatal errors.\n"\
55
		"starts the quickstart service\n"\
55
		"starts the quickstart service\n"\
56
		"don't show startup screen.\n"\
56
		"don't show startup screen.\n"\
57
		"don't check for remote instances using the intallation\n"\
57
		"don't check for remote instances using the installation\n"\
58
		"don't start with an empty document\n"\
58
		"don't start with an empty document\n"\
59
		"like invisible but no userinteraction at all.\n"\
59
		"like invisible but no userinteraction at all.\n"\
60
		"show this message and exit.\n"\
60
		"show this message and exit.\n"\
Lines 77-84 Link Here
77
		"-view <documents...>\n"\
77
		"-view <documents...>\n"\
78
		"      open the specified documents in viewer-(readonly-)mode.\n"\
78
		"      open the specified documents in viewer-(readonly-)mode.\n"\
79
		"-accept=<accept-string>\n"\
79
		"-accept=<accept-string>\n"\
80
        "      Specify an UNO connect-string to create an UNO acceptor through which other\n"\
80
        "      Specify an UNO connect-string to create an UNO acceptor through which\n"\
81
		"      programms can connect to access the API\n"\
81
		"      other programs can connect to access the API\n"\
82
		"-unaccept=<accept-sring>\n"\
82
		"-unaccept=<accept-sring>\n"\
83
		"      Close an acceptor that was created with -accept=<accept-string>\n"\
83
		"      Close an acceptor that was created with -accept=<accept-string>\n"\
84
		"      Use -unnaccept=all to close all open acceptors\n"\
84
		"      Use -unnaccept=all to close all open acceptors\n"\

Return to issue 12083