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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user