diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2016-04-15 10:50:18 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2016-04-15 10:50:18 +0200 |
commit | 04232cdcdb860d76104e5deb38b28030f988beee (patch) | |
tree | e0a5c96808e168207c74fc04067bcd62b1070d1c /config | |
parent | 3ffe1f2e1a88a43687d82e3eedae2c3bb1939aa7 (diff) | |
download | nextcloud-server-04232cdcdb860d76104e5deb38b28030f988beee.tar.gz nextcloud-server-04232cdcdb860d76104e5deb38b28030f988beee.zip |
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.php | 2 |
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 |