summaryrefslogtreecommitdiff
path: root/completions/vipw
diff options
context:
space:
mode:
Diffstat (limited to 'completions/vipw')
-rw-r--r--completions/vipw6
1 files changed, 3 insertions, 3 deletions
diff --git a/completions/vipw b/completions/vipw
index 2220f2e8..cb54a840 100644
--- a/completions/vipw
+++ b/completions/vipw
@@ -7,11 +7,11 @@ _vipw()
case $prev in
-h|--help)
- return 0
+ return
;;
-R|--root)
_filedir -d
- return 0
+ return
;;
esac
@@ -19,4 +19,4 @@ _vipw()
} &&
complete -F _vipw vipw vigr
-# ex: ts=4 sw=4 et filetype=sh
+# ex: filetype=sh