diff options
-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 737a94cce3d..425c0bfbd02 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`` * |