summaryrefslogtreecommitdiff
path: root/completions/cleanarch
diff options
context:
space:
mode:
Diffstat (limited to 'completions/cleanarch')
-rw-r--r--completions/cleanarch4
1 files changed, 2 insertions, 2 deletions
diff --git a/completions/cleanarch b/completions/cleanarch
index df18aaf5..7fb05299 100644
--- a/completions/cleanarch
+++ b/completions/cleanarch
@@ -6,8 +6,8 @@ _cleanarch()
_init_completion || return
if [[ "$cur" == -* ]]; then
- COMPREPLY=( $( compgen -W '--status --dry-run --quiet \
- --help' -- "$cur" ) )
+ COMPREPLY=( $( compgen -W '--status --dry-run --quiet --help' \
+ -- "$cur" ) )
fi
} &&