summaryrefslogtreecommitdiffstats
path: root/crates/core/app.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/core/app.rs')
-rw-r--r--crates/core/app.rs7
1 files changed, 5 insertions, 2 deletions
diff --git a/crates/core/app.rs b/crates/core/app.rs
index 9785bccb..c97578a3 100644
--- a/crates/core/app.rs
+++ b/crates/core/app.rs
@@ -24,10 +24,13 @@ Project home page: https://github.com/BurntSushi/ripgrep
const USAGE: &str = "
rg [OPTIONS] PATTERN [PATH ...]
- rg [OPTIONS] [-e PATTERN ...] [-f PATTERNFILE ...] [PATH ...]
+ rg [OPTIONS] -e PATTERN ... [PATH ...]
+ rg [OPTIONS] -f PATTERNFILE ... [PATH ...]
rg [OPTIONS] --files [PATH ...]
rg [OPTIONS] --type-list
- command | rg [OPTIONS] PATTERN";
+ command | rg [OPTIONS] PATTERN
+ rg [OPTIONS] --help
+ rg [OPTIONS] --version";
const TEMPLATE: &str = "\
{bin} {version}