Skip to content

Commit

Permalink
Change clap description
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed Aug 30, 2022
1 parent 16b6859 commit 832c3eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use ::ruff::tell_user;

#[derive(Debug, Parser)]
#[clap(name = "ruff")]
#[clap(about = "A Python linter written in Rust", long_about = None)]
#[clap(about = "An extremely fast Python linter.", long_about = None)]
struct Cli {
#[clap(parse(from_os_str), value_hint = ValueHint::AnyPath, required = true)]
files: Vec<PathBuf>,
Expand Down

0 comments on commit 832c3eb

Please # to comment.