Better description for output-dir of zola serve
This commit is contained in:
parent
ca4b5d5c45
commit
c393deddd3
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue