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>
This commit is contained in:
Eric Nielsen
2017-06-01 18:02:38 -05:00
committed by Andrew Gallant
parent 2628c8f38e
commit 13235b596f
4 changed files with 11 additions and 11 deletions

View File

@@ -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* ...]