summaryrefslogtreecommitdiffstats
path: root/complete
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 /complete
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 'complete')
-rw-r--r--complete/_rg6
1 files changed, 3 insertions, 3 deletions
diff --git a/complete/_rg b/complete/_rg
index ac3a52a1..86c5b6f9 100644
--- a/complete/_rg
+++ b/complete/_rg
@@ -153,9 +153,9 @@ _rg() {
$no"--no-crlf[don't use CRLF as line terminator]"
'(text)--null-data[use NUL as line terminator]'
- + '(max-column-preview)' # max column preview options
- '--max-column-preview[show preview for long lines (with -M)]'
- $no"--no-max-column-preview[don't show preview for long lines (with -M)]"
+ + '(max-columns-preview)' # max column preview options
+ '--max-columne-preview[show preview for long lines (with -M)]'
+ $no"--no-max-columns-preview[don't show preview for long lines (with -M)]"
+ '(max-depth)' # Directory-depth options
'--max-depth=[specify max number of directories to descend]:number of directories'