mirror of
https://github.com/cobalt-org/cobalt.rs
synced 2024-11-14 16:07:22 +00:00
fix(cli): Clarify role of --destination
Making it clear that it is for the generated-site's output and not any other sub-command (like `cobalt new`). Really, it shouldn't exist for those.
This commit is contained in:
parent
fac6f5ff32
commit
a9fce407ba
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ pub fn get_config_args() -> Vec<clap::Arg<'static, 'static>> {
|
|||
.short("d")
|
||||
.long("destination")
|
||||
.value_name("DIR")
|
||||
.help("Destination folder [default: ./]")
|
||||
.help("Site destination folder [default: ./]")
|
||||
.takes_value(true),
|
||||
clap::Arg::with_name("drafts")
|
||||
.long("drafts")
|
||||
|
|
Loading…
Reference in a new issue