Skip to content

Commit ef0898d

Browse files
committed
fix(bin): Specify correct destination default
Fixes #1190
1 parent 9328187 commit ef0898d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/cobalt/args.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pub struct ConfigArgs {
1111
#[arg(short, long, value_name = "FILE")]
1212
config: Option<path::PathBuf>,
1313

14-
/// Site destination folder [default: ./]
14+
/// Site destination folder [default: ./_site]
1515
#[arg(short, long, value_name = "DIR")]
1616
destination: Option<path::PathBuf>,
1717

0 commit comments

Comments
 (0)