mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-17 09:28:25 +01:00
Merge pull request #1050 from AllanDowney/patch-1
fix(_fd): fix zsh completion file `-V, --version`
This commit is contained in:
commit
d6e5ee2f63
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ _fd() {
|
|||
|
||||
+ '(about)' # about flags
|
||||
'(: * -)'{-h,--help}'[display help message]'
|
||||
'(: * -)'{-v,--version}'[display version information]'
|
||||
'(: * -)'{-V,--version}'[display version information]'
|
||||
|
||||
+ path-sep # set path separator for output
|
||||
$no'(--path-separator)--path-separator=[set the path separator to use when printing file paths]:path separator'
|
||||
|
|
Loading…
Reference in a new issue