Skip to content

Commit 9a50501

Browse files
scopakinomyoga
andauthored
fixup! feat(ssh-keygen): -Z argument completion
Co-authored-by: Koichi Murase <myoga.murase@gmail.com>
1 parent 3934950 commit 9a50501

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

completions/ssh-keygen

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,7 @@ _comp_cmd_ssh_keygen()
161161
return
162162
;;
163163
-${noargopts}Z)
164-
local ciphers
165-
_comp_compgen -v ciphers -x ssh query ciphers
166-
_comp_compgen -- -W '"${ciphers[@]}"'
164+
_comp_compgen -x ssh query ciphers
167165
return
168166
;;
169167
esac

0 commit comments

Comments
 (0)