From a4802d503687d9827b640d604974e6712319734e Mon Sep 17 00:00:00 2001 From: Luke Towers Date: Mon, 5 Nov 2018 13:39:55 -0600 Subject: [PATCH] Minor updates to config cms.enableDatabaseLayer docs --- config/cms.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/cms.php b/config/cms.php index c89b3d114..49e649c27 100644 --- a/config/cms.php +++ b/config/cms.php @@ -397,10 +397,10 @@ return [ | Files that are not modified continue to be loaded from the filesystem. | The `theme:sync $themeDir` console command is available to populate the | database from the filesystem with the `--toFile` flag to sync in the - | other direction (database to filesystem) and the `--path="/path/to/file.md" - | flag to sync only a specific file. + | other direction (database to filesystem) and the `--paths="/path/to/file.md,/path/to/file2.md" + | flag to sync only specific files. | - | Files available in the database are cached to indicate that they should + | Files modified in the database are cached to indicate that they should | be loaded from the database. | */