diff --git a/config/config.sample.php b/config/config.sample.php index 737a94cce3d..ac15d9f5aeb 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -2312,7 +2312,7 @@ $CONFIG = [ * When disabled, it is still possible to create local storages with occ using * the following command: * - * % php occ files_external:create /mountpoint local null::null -c datadir=/path/to/data + * occ files_external:create /mountpoint local null::null -c datadir=/path/to/data * * Defaults to ``true`` *