From 5fd8cccf54e8bda291b8f45ca9dacfa4205a1ced Mon Sep 17 00:00:00 2001 From: Christian Heusel Date: Fri, 13 Oct 2023 21:31:54 +0200 Subject: github #103: fix completion for zpool upgrade This is done by simply adding a missing backslash to the code. Fixes: 85bf9740a0 ("49668: update zfs completion") Signed-off-by: Christian Heusel --- Completion/Unix/Command/_zfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') diff --git a/Completion/Unix/Command/_zfs b/Completion/Unix/Command/_zfs index b1135bfa7..3265e1eb8 100644 --- a/Completion/Unix/Command/_zfs +++ b/Completion/Unix/Command/_zfs @@ -1269,7 +1269,7 @@ 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' -- cgit 1.4.1