Skip to content

Commit

Permalink
fix: typo in command heading
Browse files Browse the repository at this point in the history
  • Loading branch information
lpnh authored and ctron committed May 8, 2024
1 parent 43a0876 commit c85a94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/models/clean.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit c85a94b

Please sign in to comment.