summaryrefslogtreecommitdiff
path: root/completions/dumpdb
diff options
context:
space:
mode:
Diffstat (limited to 'completions/dumpdb')
-rw-r--r--completions/dumpdb4
1 files changed, 2 insertions, 2 deletions
diff --git a/completions/dumpdb b/completions/dumpdb
index 461401c3..f097f895 100644
--- a/completions/dumpdb
+++ b/completions/dumpdb
@@ -6,8 +6,8 @@ _dumpdb()
_init_completion || return
if [[ "$cur" == -* ]]; then
- COMPREPLY=( $( compgen -W '--marshal --pickle --noprint \
- --help' -- "$cur" ) )
+ COMPREPLY=( $( compgen -W '--marshal --pickle --noprint --help' \
+ -- "$cur" ) )
else
_filedir
fi