summaryrefslogtreecommitdiff
path: root/completions/postfix
diff options
context:
space:
mode:
Diffstat (limited to 'completions/postfix')
-rw-r--r--completions/postfix2
1 files changed, 2 insertions, 0 deletions
diff --git a/completions/postfix b/completions/postfix
index 89ff4dd4..eda9ad46 100644
--- a/completions/postfix
+++ b/completions/postfix
@@ -17,6 +17,8 @@ _postfix()
esac
if [[ $cur == -* ]]; then
+ # TODO: doesn't seem to work; the usage message doesn't get output
+ # if we try to grep it, it's only output on the console?
COMPREPLY=( $(compgen -W '$(_parse_usage "$1")' -- "$cur") )
return
fi