summaryrefslogtreecommitdiffstats
path: root/GUIDE.md
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-04-15 06:51:51 -0400
committerAndrew Gallant <jamslam@gmail.com>2019-04-15 06:51:51 -0400
commitef1611b5f5877a111b8f09fc2bd4cb0438347a5a (patch)
treec8c327ffc9fff7be4ded4ccc3f16e5a0421f7459 /GUIDE.md
parent45d12abbc5f576d3b10ae13dc7410b14400a8d1e (diff)
ripgrep: max-column-preview --> max-columns-preview
Credit to @okdana for catching this. This naming is a bit more consistent with the existing --max-columns flag.
Diffstat (limited to 'GUIDE.md')
-rw-r--r--GUIDE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/GUIDE.md b/GUIDE.md
index f6316137..aa7a2929 100644
--- a/GUIDE.md
+++ b/GUIDE.md
@@ -540,7 +540,7 @@ formatting peculiarities:
$ cat $HOME/.ripgreprc
# Don't let ripgrep vomit really long lines to my terminal, and show a preview.
--max-columns=150
---max-column-preview
+--max-columns-preview
# Add my 'web' type.
--type-add