Mention build rm the directory

This commit is contained in:
Vincent Prouillet 2019-01-05 11:04:12 +01:00
parent c441f5e857
commit 0f0304d7ed
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ zola.
## build
This will build the whole site in the `public` directory.
This will build the whole site in the `public` directory after deleting it.
```bash
$ zola build

View file

@ -23,7 +23,7 @@ pub fn build_cli() -> App<'static, 'static> {
.help("Name of the project. Will create a new directory with that name in the current directory")
),
SubCommand::with_name("build")
.about("Builds the site")
.about("Deletes the output directory if there is one and builds the site")
.args(&[
Arg::with_name("base_url")
.short("u")