Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion completions-core/nsupdate.bash
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ _comp_cmd_nsupdate()
;;
-*y)
if [[ $cur == h* ]]; then
_comp_comtpen -- -W "hmac-{md5,sha{1,224,256,384,512}}" -S :
_comp_compgen -- -W "hmac-{md5,sha{1,224,256,384,512}}" -S :
[[ ${COMPREPLY-} == *: ]] && compopt -o nospace
fi
return
Expand Down
Loading