Skip to content

Commit

Permalink
Fix typo in help message for -e (--exclude) (#861)
Browse files Browse the repository at this point in the history
  • Loading branch information
skogseth authored Nov 16, 2022
1 parent c9e8223 commit 40ed5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ pub struct Config {
/// NUM of authors to be shown
#[arg(long, short, default_value_t = 3usize, value_name = "NUM")]
pub number_of_authors: usize,
/// gnore all files & directories matching EXCLUDE
/// Ignore all files & directories matching EXCLUDE
#[arg(long, short, num_args = 1.., value_hint = ValueHint::AnyPath)]
pub exclude: Vec<PathBuf>,
/// Exclude [bot] commits. Use <REGEX> to override the default pattern
Expand Down

0 comments on commit 40ed5c3

Please sign in to comment.