Better description for output-dir of zola serve

This commit is contained in:
Vincent Prouillet 2021-05-23 14:19:09 +02:00
parent ca4b5d5c45
commit c393deddd3

View file

@ -69,7 +69,7 @@ pub fn build_cli() -> App<'static, 'static> {
.short("o") .short("o")
.long("output-dir") .long("output-dir")
.takes_value(true) .takes_value(true)
.help("Outputs the generated site in the given path (by default 'public' dir in project root)"), .help("Outputs assets of the generated site in the given path (by default 'public' dir in project root). HTML/XML will be stored in memory."),
Arg::with_name("base_url") Arg::with_name("base_url")
.short("u") .short("u")
.long("base-url") .long("base-url")