summaryrefslogtreecommitdiff
path: root/completions/change_pw
diff options
context:
space:
mode:
authorGabriel F. T. Gomes <gabriel@inconstante.eti.br>2017-09-25 23:46:54 -0300
committerGabriel F. T. Gomes <gabriel@inconstante.eti.br>2017-09-25 23:46:54 -0300
commit6d88f1055806932d9291f96847d2b691cccda2cd (patch)
tree0ff79eedaa8a239331256048981deedbd0721965 /completions/change_pw
parent059a87a5936cfebfd2d71ab8057002cafb2ea051 (diff)
downloadbash-completion-6d88f1055806932d9291f96847d2b691cccda2cd.tar.gz
New upstream version 2.7upstream/2.7
Diffstat (limited to 'completions/change_pw')
-rw-r--r--completions/change_pw6
1 files changed, 3 insertions, 3 deletions
diff --git a/completions/change_pw b/completions/change_pw
index abc7d6b1..b0f2061f 100644
--- a/completions/change_pw
+++ b/completions/change_pw
@@ -8,11 +8,11 @@ _change_pw()
case $prev in
-l|--listname)
_xfunc list_lists _mailman_lists
- return 0
+ return
;;
esac
- $split && return 0
+ $split && return
if [[ "$cur" == -* ]]; then
COMPREPLY=( $( compgen -W '--all --domain --listname --password --quiet
@@ -22,4 +22,4 @@ _change_pw()
} &&
complete -F _change_pw change_pw
-# ex: ts=4 sw=4 et filetype=sh
+# ex: filetype=sh