Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2016-04-15 11:50:18 +0300
committerJoas Schilling <nickvergessen@owncloud.com>2016-04-15 11:50:18 +0300
commit04232cdcdb860d76104e5deb38b28030f988beee (patch)
treee0a5c96808e168207c74fc04067bcd62b1070d1c /config
parent3ffe1f2e1a88a43687d82e3eedae2c3bb1939aa7 (diff)
Fix deprecated usages
Warning: -convert-to is deprecated. Use --convert-to instead. Warning: -outdir is deprecated. Use --outdir instead.
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index c2671f9d217..f05b206957a 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -725,7 +725,7 @@ $CONFIG = array(
*/
'preview_office_cl_parameters' =>
' --headless --nologo --nofirststartwizard --invisible --norestore '.
- '-convert-to pdf -outdir ',
+ '--convert-to pdf --outdir ',
/**
* Only register providers that have been explicitly enabled