summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-24 21:13:24 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-24 21:13:24 -0400
commit423f2a1927d770c5fc2d5cb4980ac66e9c149ea5 (patch)
tree21276ab62979c87762843b2f948d8cebf2e9c4d4 /doc
parent4b5e789a2ae854d234cd8fd3a87380a0f99dc584 (diff)
Permit options with --help/--version.
Fixes #47.
Diffstat (limited to 'doc')
-rw-r--r--doc/rg.14
-rw-r--r--doc/rg.1.md4
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/rg.1 b/doc/rg.1
index 68cdda99..df38ba7b 100644
--- a/doc/rg.1
+++ b/doc/rg.1
@@ -16,9 +16,9 @@ rg [\f[I]options\f[]] \-\-files [\f[I]<\f[]path\f[I]> ...\f[]]
.PP
rg [\f[I]options\f[]] \-\-type\-list
.PP
-rg \-\-help
+rg [\f[I]options\f[]] \-\-help
.PP
-rg \-\-version
+rg [\f[I]options\f[]] \-\-version
.SH DESCRIPTION
.PP
rg (ripgrep) combines the usability of The Silver Searcher (an ack
diff --git a/doc/rg.1.md b/doc/rg.1.md
index 7de82e89..5e02150f 100644
--- a/doc/rg.1.md
+++ b/doc/rg.1.md
@@ -12,9 +12,9 @@ rg [*options*] --files [*<*path*> ...*]
rg [*options*] --type-list
-rg --help
+rg [*options*] --help
-rg --version
+rg [*options*] --version
# DESCRIPTION