zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] Fix missing backslash in zpool-upgrade completion
@ 2023-10-18 12:25 Frederick Zhang
  0 siblings, 0 replies; only message in thread
From: Frederick Zhang @ 2023-10-18 12:25 UTC (permalink / raw)
  To: zsh-workers; +Cc: Frederick Zhang

---
 Completion/Unix/Command/_zfs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Completion/Unix/Command/_zfs b/Completion/Unix/Command/_zfs
index b1135bf..3265e1e 100644
--- a/Completion/Unix/Command/_zfs
+++ b/Completion/Unix/Command/_zfs
@@ -1268,9 +1268,9 @@ case $service:$words[1] in
   ;;
 
   zpool:upgrade)
     _arguments -A "-*" -S \
-      '(- *)-v[display ZFS versions and descriptions]'
+      '(- *)-v[display ZFS versions and descriptions]' \
       "(-v)-V+[upgrade to given version]:version" \
       '(-v *)-a[upgrade all pools]' \
       '(-a -v)*:pool:_zfs_pool'
   ;;
-- 
2.42.0



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-10-18 17:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-18 12:25 [PATCH] Fix missing backslash in zpool-upgrade completion Frederick Zhang

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).