diff --git a/src/config/models/clean.rs b/src/config/models/clean.rs index 23dc4c84..b0690ba1 100644 --- a/src/config/models/clean.rs +++ b/src/config/models/clean.rs @@ -4,7 +4,7 @@ use std::path::PathBuf; /// Config options for the serve system. #[derive(Clone, Debug, Default, Deserialize, Args)] -#[command(next_help_heading = "Clen")] +#[command(next_help_heading = "Clean")] pub struct ConfigOptsClean { /// The output dir for all final assets [default: dist] #[arg(short, long)]