summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Marzal <2069735+Marzal@users.noreply.github.com>2022-08-10 14:03:04 +0200
committerGitHub <noreply@github.com>2022-08-10 08:03:04 -0400
commita9d97a1dda0a07a8e55b2aa9b95690a4634e4874 (patch)
tree184b6a3e9e72a17f03fe5aa0bc5d57800dc0cb6c
parent3bb71b0cb8727ac43237af78ba5c707298de0128 (diff)
doc: add '-.' as short flag for '--hidden'
PR #2279
-rw-r--r--GUIDE.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/GUIDE.md b/GUIDE.md
index 7a26a4b2..ef54fe7f 100644
--- a/GUIDE.md
+++ b/GUIDE.md
@@ -190,7 +190,8 @@ the following:
All of these things can be toggled using various flags provided by ripgrep:
1. You can disable all ignore-related filtering with the `--no-ignore` flag.
-2. Hidden files and directories can be searched with the `--hidden` flag.
+2. Hidden files and directories can be searched with the `--hidden` (`-.` for
+short) flag.
3. Binary files can be searched via the `--text` (`-a` for short) flag.
Be careful with this flag! Binary files may emit control characters to your
terminal, which might cause strange behavior.