summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRoman Proskuryakov <humbug@deeptown.org>2017-03-28 19:06:30 +0300
committerAndrew Gallant <jamslam@gmail.com>2017-03-28 18:37:40 -0400
commit01deac9427d399b8ddd901ecaf31e01f06a6c10c (patch)
treef31d36169c13bf3434f5c79e4befd8b928450231 /doc
parentb4bc3b63498e91660bd2422438dc24e6409ea115 (diff)
Add -0 shortcut for --null
Fixes #419
Diffstat (limited to 'doc')
-rw-r--r--doc/rg.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rg.1.md b/doc/rg.1.md
index 8e8ca289..658eef6a 100644
--- a/doc/rg.1.md
+++ b/doc/rg.1.md
@@ -243,7 +243,7 @@ Project home page: https://github.com/BurntSushi/ripgrep
: Don't respect version control ignore files (e.g., .gitignore).
Note that .ignore files will continue to be respected.
---null
+-0, --null
: Whenever a file name is printed, follow it with a NUL byte.
This includes printing filenames before matches, and when printing
a list of matching files such as with --count, --files-with-matches