Skip to content

Commit 3c78193

Browse files
authored
doc: fix typo "used" -> "use"
PR BurntSushi#1936
1 parent 699e651 commit 3c78193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core/app.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1548,7 +1548,7 @@ When specifying multiple ignore files, earlier files have lower precedence
15481548
than later files.
15491549
15501550
If you are looking for a way to include or exclude files and directories
1551-
directly on the command line, then used -g instead.
1551+
directly on the command line, then use -g instead.
15521552
"
15531553
);
15541554
let arg = RGArg::flag("ignore-file", "PATH")

0 commit comments

Comments
 (0)