summaryrefslogtreecommitdiff
path: root/completions/fusermount
diff options
context:
space:
mode:
Diffstat (limited to 'completions/fusermount')
-rw-r--r--completions/fusermount6
1 files changed, 3 insertions, 3 deletions
diff --git a/completions/fusermount b/completions/fusermount
index e711e791..23671bd6 100644
--- a/completions/fusermount
+++ b/completions/fusermount
@@ -7,13 +7,13 @@ _fusermount()
case $prev in
-h|-V|-o)
- return 0
+ return
;;
-u)
COMPREPLY=( $( compgen -W "$( awk \
'{ if ($3 ~ /^fuse(\.|$)/) print $2 }' /etc/mtab \
2>/dev/null )" -- "$cur" ) )
- return 0
+ return
;;
esac
@@ -25,4 +25,4 @@ _fusermount()
} &&
complete -F _fusermount fusermount
-# ex: ts=4 sw=4 et filetype=sh
+# ex: filetype=sh