Skip to content

Commit

Permalink
Merge pull request #1193 from epage/dest
Browse files Browse the repository at this point in the history
fix(bin): Specify correct destination default
  • Loading branch information
epage authored Jul 5, 2024
2 parents 9328187 + ef0898d commit dcd1668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/cobalt/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>,

Expand Down

0 comments on commit dcd1668

Please sign in to comment.