diff --git a/docs/3-Templates.md b/docs/3-Templates.md index 7265656e2..6d9e772af 100644 --- a/docs/3-Templates.md +++ b/docs/3-Templates.md @@ -1234,7 +1234,7 @@ Cecil comes with a set of [built-in templates](https://github.com/Cecilapp/Cecil If you need to modify built-in templates, you can easily extract them via the following command: they will be copied in the "layouts" directory of your site. ```bash -php cecil.phar util:extract +php cecil.phar util:templates:extract ``` ::: diff --git a/docs/5-Commands.md b/docs/5-Commands.md index 661849283..20d5a82ca 100644 --- a/docs/5-Commands.md +++ b/docs/5-Commands.md @@ -27,7 +27,7 @@ Available commands: show:config Shows the configuration show:content Shows content as tree util - util:extract Extracts built-in templates + util:templates:extract Extracts built-in templates ``` ## new:site