summaryrefslogtreecommitdiff
path: root/completions/postfix
diff options
context:
space:
mode:
Diffstat (limited to 'completions/postfix')
-rw-r--r--completions/postfix8
1 files changed, 4 insertions, 4 deletions
diff --git a/completions/postfix b/completions/postfix
index b74bcafe..9b116be1 100644
--- a/completions/postfix
+++ b/completions/postfix
@@ -8,17 +8,17 @@ _postfix()
case $prev in
-c)
_filedir -d
- return 0
+ return
;;
-D)
COMPREPLY=( $( compgen -W 'start' -- "$cur" ) )
- return 0
+ return
;;
esac
if [[ $cur == -* ]]; then
COMPREPLY=( $( compgen -W '$( _parse_usage "$1" )' -- "$cur" ) )
- return 0
+ return
fi
COMPREPLY=( $( compgen -W 'check start stop abort flush reload status
@@ -26,4 +26,4 @@ _postfix()
} &&
complete -F _postfix postfix
-# ex: ts=4 sw=4 et filetype=sh
+# ex: filetype=sh