summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEric Nielsen <eric@amalgamar.com.br>2017-06-01 18:02:38 -0500
committerAndrew Gallant <jamslam@gmail.com>2017-06-01 20:41:04 -0400
commit13235b596f93f7f0e7ce76e7967996787147e96e (patch)
treeef87bf7812aa51ec4bcddbca1443940614fa469d /doc
parent2628c8f38ee117d41a340afc87454db037b69933 (diff)
Use uppercase for required argument names
This reverts a couple of changes introduced in 4c78ca8 and keeps the `PATTERN` argument consistently uppercased, so error messages can look like: error: The following required arguments were not provided: <PATTERN>
Diffstat (limited to 'doc')
-rw-r--r--doc/rg.12
-rw-r--r--doc/rg.1.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/rg.1 b/doc/rg.1
index 7bcccd4f..1dc427b9 100644
--- a/doc/rg.1
+++ b/doc/rg.1
@@ -9,7 +9,7 @@ rg \- recursively search current directory for lines matching a pattern
.PP
rg [\f[I]options\f[]] \f[I]PATTERN\f[] [\f[I]path\f[] ...]
.PP
-rg [\f[I]options\f[]] [\-e \f[I]pattern\f[] ...] [\-f \f[I]file\f[] ...]
+rg [\f[I]options\f[]] [\-e \f[I]PATTERN\f[] ...] [\-f \f[I]FILE\f[] ...]
[\f[I]path\f[] ...]
.PP
rg [\f[I]options\f[]] \-\-files [\f[I]path\f[] ...]
diff --git a/doc/rg.1.md b/doc/rg.1.md
index 99bcc652..ffc44955 100644
--- a/doc/rg.1.md
+++ b/doc/rg.1.md
@@ -6,7 +6,7 @@ rg - recursively search current directory for lines matching a pattern
rg [*options*] *PATTERN* [*path* ...]
-rg [*options*] [-e *pattern* ...] [-f *file* ...] [*path* ...]
+rg [*options*] [-e *PATTERN* ...] [-f *FILE* ...] [*path* ...]
rg [*options*] --files [*path* ...]