summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2013-12-11 09:58:22 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2013-12-11 10:09:12 +0100
commit326eb94142e0fe9fbb81243fea58261f0203ddcc (patch)
treef3398a9cdae96104735c164cabaf45c44b6001d1 /desktop
parent4b0f171b24da9b746fc7cc869aeddbd476df937e (diff)
desktop: document -env cmdline argument
Change-Id: Ic8aa78e4d1bcb02e5d71588ac563c07f371afd41
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/app/cmdlinehelp.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/source/app/cmdlinehelp.cxx b/desktop/source/app/cmdlinehelp.cxx
index 6709741c1b25..756dcab86c51 100644
--- a/desktop/source/app/cmdlinehelp.cxx
+++ b/desktop/source/app/cmdlinehelp.cxx
@@ -124,6 +124,9 @@ namespace desktop
" --print-to-file --printer-name nasty_lowres_printer --outdir /home/user *.doc\n"\
"--pidfile file\n"\
" Store soffice.bin pid to file.\n"\
+ "-env:<VAR>[=<VALUE>]\n"\
+ " Set a bootstrap variable.\n"\
+ " Eg. -env:UserInstallation=file:///tmp/test to set a non-default user profile path.\n"\
"\nRemaining arguments will be treated as filenames or URLs of documents to open.\n\n";
OUString ReplaceStringHookProc(const OUString& rStr);