summaryrefslogtreecommitdiff
path: root/completions/mailmanctl
diff options
context:
space:
mode:
Diffstat (limited to 'completions/mailmanctl')
-rw-r--r--completions/mailmanctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/mailmanctl b/completions/mailmanctl
index 4a49668f..5e6ed2ee 100644
--- a/completions/mailmanctl
+++ b/completions/mailmanctl
@@ -6,7 +6,7 @@ _mailmanctl()
_init_completion || return
if [[ "$cur" == -* ]]; then
- COMPREPLY=( $( compgen -W '--no-restart --run-as-user \
+ COMPREPLY=( $( compgen -W '--no-restart --run-as-user
--stale-lock-cleanup --quiet --help' -- "$cur" ) )
else
COMPREPLY=( $( compgen -W 'start stop restart reopen' -- "$cur" ) )