summaryrefslogtreecommitdiff
path: root/bin/convwatch.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/convwatch.py')
-rw-r--r--bin/convwatch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/convwatch.py b/bin/convwatch.py
index c60c0fad5b98..9d055115d324 100644
--- a/bin/convwatch.py
+++ b/bin/convwatch.py
@@ -93,7 +93,7 @@ class OfficeConnection:
def bootstrap(self, soffice, userdir, socket):
argv = [ soffice, "--accept=" + socket + ";urp",
"-env:UserInstallation=" + userdir,
- "--quickstart=no", "--nofirststartwizard",
+ "--quickstart=no",
"--norestore", "--nologo", "--headless" ]
if "--valgrind" in self.args:
argv.append("--valgrind")