summaryrefslogtreecommitdiff
path: root/completions/autoscan
diff options
context:
space:
mode:
Diffstat (limited to 'completions/autoscan')
-rw-r--r--completions/autoscan10
1 files changed, 5 insertions, 5 deletions
diff --git a/completions/autoscan b/completions/autoscan
index 80b051cf..054a58af 100644
--- a/completions/autoscan
+++ b/completions/autoscan
@@ -7,20 +7,20 @@ _autoscan()
case "$prev" in
--help|-h|--version|-V)
- return 0
+ return
;;
--prepend-include|-B|--include|-I)
_filedir -d
- return 0
+ return
;;
esac
- $split && return 0
+ $split && return
if [[ "$cur" == -* ]]; then
COMPREPLY=( $( compgen -W '$( _parse_help "$1" )' -- "$cur" ) )
[[ $COMPREPLY == *= ]] && compopt -o nospace
- return 0
+ return
fi
if [[ $1 == autoupdate ]] ; then
@@ -31,4 +31,4 @@ _autoscan()
} &&
complete -F _autoscan autoscan autoupdate
-# ex: ts=4 sw=4 et filetype=sh
+# ex: filetype=sh