summaryrefslogtreecommitdiff
path: root/completions/chkconfig
diff options
context:
space:
mode:
Diffstat (limited to 'completions/chkconfig')
-rw-r--r--completions/chkconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/completions/chkconfig b/completions/chkconfig
index b1dd925e..8766b3a2 100644
--- a/completions/chkconfig
+++ b/completions/chkconfig
@@ -9,15 +9,15 @@ _chkconfig()
--level=[1-6]|[1-6]|--list|--add|--del|--override)
_services
_xinetd_services
- return 0
+ return
;;
--level)
COMPREPLY=( $( compgen -W '{1..6}' -- "$cur" ) )
- return 0
+ return
;;
esac
- $split && return 0
+ $split && return
if [[ "$cur" == -* ]]; then
COMPREPLY=( $( compgen -W '--list --add --del --override --level' \
@@ -34,4 +34,4 @@ _chkconfig()
} &&
complete -F _chkconfig chkconfig
-# ex: ts=4 sw=4 et filetype=sh
+# ex: filetype=sh