summaryrefslogtreecommitdiff
path: root/completions/withlist
diff options
context:
space:
mode:
Diffstat (limited to 'completions/withlist')
-rw-r--r--completions/withlist4
1 files changed, 2 insertions, 2 deletions
diff --git a/completions/withlist b/completions/withlist
index a48d7ea5..4aaad602 100644
--- a/completions/withlist
+++ b/completions/withlist
@@ -6,8 +6,8 @@ _withlist()
_init_completion || return
if [[ "$cur" == -* ]]; then
- COMPREPLY=( $( compgen -W '--lock --interactive \
- --run --all --quiet --help' -- "$cur" ) )
+ COMPREPLY=( $( compgen -W '--lock --interactive --run --all --quiet
+ --help' -- "$cur" ) )
else
_xfunc list_lists _mailman_lists
fi