From c393deddd3c69b8b2d2b60773fc778c3eafb7eec Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Sun, 23 May 2021 14:19:09 +0200 Subject: [PATCH] Better description for output-dir of zola serve --- src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli.rs b/src/cli.rs index eb59c5fd..e6d6332f 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -69,7 +69,7 @@ pub fn build_cli() -> App<'static, 'static> { .short("o") .long("output-dir") .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") .short("u") .long("base-url")