Skip to content

Commit

Permalink
docs(cli): Clarify help string for 'exclude'
Browse files Browse the repository at this point in the history
Fixes #269
  • Loading branch information
epage committed Jun 4, 2021
1 parent 592b36d commit 6365eeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bin/typos-cli/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ impl ConfigArgs {
#[derive(Debug, StructOpt)]
#[structopt(rename_all = "kebab-case")]
pub(crate) struct WalkArgs {
#[structopt(long)]
/// Ignore all files & directories matching the pattern.
#[structopt(long, name = "GLOB")]
/// Ignore files & directories matching the glob.
exclude: Vec<String>,

#[structopt(long, overrides_with("no-hidden"))]
Expand Down

0 comments on commit 6365eeb

Please sign in to comment.