Skip to content

Commit

Permalink
doc: fix typo in --vimgrep help message
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoElbers committed May 11, 2024
1 parent b6ef99e commit bb6f0f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/flags/defs.rs
Expand Up @@ -7261,7 +7261,7 @@ impl Flag for Vimgrep {
Category::Output
}
fn doc_short(&self) -> &'static str {
r"Print results im a vim compatible format."
r"Print results in a vim compatible format."
}
fn doc_long(&self) -> &'static str {
r"
Expand Down

0 comments on commit bb6f0f5

Please sign in to comment.