mirror of
https://github.com/cobalt-org/cobalt.rs
synced 2024-11-10 06:14:12 +00:00
parent
93281872bf
commit
ef0898dff3
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ pub struct ConfigArgs {
|
|||
#[arg(short, long, value_name = "FILE")]
|
||||
config: Option<path::PathBuf>,
|
||||
|
||||
/// Site destination folder [default: ./]
|
||||
/// Site destination folder [default: ./_site]
|
||||
#[arg(short, long, value_name = "DIR")]
|
||||
destination: Option<path::PathBuf>,
|
||||
|
||||
|
|
Loading…
Reference in a new issue