diff --git a/doc/batgrep.md b/doc/batgrep.md
index 99e9916..f1705a1 100644
--- a/doc/batgrep.md
+++ b/doc/batgrep.md
@@ -23,6 +23,8 @@ A script that combines [ripgrep](https://github.com/burntsushi/ripgrep) with bat
| | `--no-follow` | Do not follow symlinks. |
| | `--no-snip` | Do not show the `snip` decoration.
This is automatically enabled when `--context=0` or when `bat --version` is less than `0.12.x`. |
| | `--no-highlight` | Do not highlight matching lines.
This is automatically enabled when `--context=0`. |
+| | `--color` | Force color output. |
+| | `--no-color` | Force disable color output. |