summaryrefslogtreecommitdiff
path: root/completions/filesnarf
diff options
context:
space:
mode:
Diffstat (limited to 'completions/filesnarf')
-rw-r--r--completions/filesnarf4
1 files changed, 2 insertions, 2 deletions
diff --git a/completions/filesnarf b/completions/filesnarf
index dbadd434..0cdcfe27 100644
--- a/completions/filesnarf
+++ b/completions/filesnarf
@@ -8,7 +8,7 @@ _snarf()
case $prev in
-i)
_available_interfaces -a
- return 0
+ return
;;
esac
@@ -19,4 +19,4 @@ _snarf()
} &&
complete -F _snarf filesnarf mailsnarf msgsnarf
-# ex: ts=4 sw=4 et filetype=sh
+# ex: filetype=sh