From a263b2e58ee87a1a024aa3a590ac13abc793918d Mon Sep 17 00:00:00 2001 From: allandowney Date: Sat, 25 Jun 2022 22:31:23 +0800 Subject: [PATCH] fix(_fd): fix zsh completion file `-V, --version` --- contrib/completion/_fd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/completion/_fd b/contrib/completion/_fd index 45b8ca4..53c0a7c 100644 --- a/contrib/completion/_fd +++ b/contrib/completion/_fd @@ -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'