nmcli/bash-completion: fix --show-password parsing

Fixes: 2f52a10be1
This commit is contained in:
Lubomir Rintel 2015-11-12 13:49:55 +01:00
parent 9f92bb1f63
commit 4b7cb5a634

View file

@ -511,7 +511,7 @@ _nmcli_compl_ARGS()
hairpin| \
save| \
hidden| \
private)
private| \
show-password)
if [[ "${#words[@]}" -eq 2 ]]; then
_nmcli_list "yes no"