summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Lencioni <joe.lencioni@gmail.com>2021-07-14 09:12:30 -0500
committerGitHub <noreply@github.com>2021-07-14 10:12:30 -0400
commit3c7819301b5e7cad9d379eb084795f2670a20d2e (patch)
tree3c958acdc6023573085885ef5828d439a7201f65
parent699e651db2924c918d7c4fe16af6b11af7a88da2 (diff)
doc: fix typo "used" -> "use"
PR #1936
-rw-r--r--crates/core/app.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/core/app.rs b/crates/core/app.rs
index fb257d6c..a752655b 100644
--- a/crates/core/app.rs
+++ b/crates/core/app.rs
@@ -1548,7 +1548,7 @@ When specifying multiple ignore files, earlier files have lower precedence
than later files.
If you are looking for a way to include or exclude files and directories
-directly on the command line, then used -g instead.
+directly on the command line, then use -g instead.
"
);
let arg = RGArg::flag("ignore-file", "PATH")