summaryrefslogtreecommitdiff
path: root/completions/passwd
diff options
context:
space:
mode:
Diffstat (limited to 'completions/passwd')
-rw-r--r--completions/passwd6
1 files changed, 3 insertions, 3 deletions
diff --git a/completions/passwd b/completions/passwd
index e470b8bb..ce6d4c0e 100644
--- a/completions/passwd
+++ b/completions/passwd
@@ -7,17 +7,17 @@ _passwd()
case $prev in
-n|--minimum|-x|--maximum|-w|--warning|-i|--inactive|-\?|--help|--usage)
- return 0
+ return
;;
esac
if [[ "$cur" == -* ]]; then
COMPREPLY=( $( compgen -W '$( _parse_usage "$1" )' -- "$cur" ) )
- return 0
+ return
fi
_allowed_users
} &&
complete -F _passwd passwd
-# ex: ts=4 sw=4 et filetype=sh
+# ex: filetype=sh