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.
This commit is contained in:
Andrew Gallant
2019-04-15 06:51:51 -04:00
parent 45d12abbc5
commit ef1611b5f5
7 changed files with 34 additions and 34 deletions

View File

@@ -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'