diff --git a/GUIDE.md b/GUIDE.md index 7a26a4b2e4e59b9e29af997d6c3b2f23d4027f5b..ef54fe7f695896e75ed0d81f8bf9f31dc92265c2 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.