From 98d180e3c2c9b8e1eb9883aa0402bdd42aadff99 Mon Sep 17 00:00:00 2001 From: Max Almonte Date: Fri, 29 Nov 2024 11:15:49 -0300 Subject: [PATCH] doc: update references to now missing util:extract command --- docs/3-Templates.md | 2 +- docs/5-Commands.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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