summaryrefslogtreecommitdiff
path: root/completions/vipw
diff options
context:
space:
mode:
Diffstat (limited to 'completions/vipw')
-rw-r--r--completions/vipw8
1 files changed, 4 insertions, 4 deletions
diff --git a/completions/vipw b/completions/vipw
index 46771a0a..b3a74156 100644
--- a/completions/vipw
+++ b/completions/vipw
@@ -6,17 +6,17 @@ _vipw()
_init_completion || return
case $prev in
- --help|-!(-*)h)
+ --help | -!(-*)h)
return
;;
- --root|-!(-*)R)
+ --root | -!(-*)R)
_filedir -d
return
;;
esac
- COMPREPLY=( $(compgen -W '$(_parse_help "$1")' -- "$cur") )
+ COMPREPLY=($(compgen -W '$(_parse_help "$1")' -- "$cur"))
} &&
-complete -F _vipw vipw vigr
+ complete -F _vipw vipw vigr
# ex: filetype=sh