summaryrefslogtreecommitdiff
path: root/completions/mdtool
diff options
context:
space:
mode:
Diffstat (limited to 'completions/mdtool')
-rw-r--r--completions/mdtool8
1 files changed, 4 insertions, 4 deletions
diff --git a/completions/mdtool b/completions/mdtool
index 43358865..879dabf6 100644
--- a/completions/mdtool
+++ b/completions/mdtool
@@ -42,9 +42,9 @@ _mdtool()
;;
"setup")
# TODO: at least return filenames after these options.
- COMPREPLY=( $( compgen -W 'install i uninstall u check-install \
- ci update up list l list-av la list-update lu rep-add ra \
- rep-remove rr rep-update ru rep-list rl reg-update \
+ COMPREPLY=( $( compgen -W 'install i uninstall u check-install
+ ci update up list l list-av la list-update lu rep-add ra
+ rep-remove rr rep-update ru rep-list rl reg-update
reg-build rgu info rep-build rb pack p help h dump-file' \
-- "$cur" ) )
return 0
@@ -52,7 +52,7 @@ _mdtool()
esac
fi
- COMPREPLY=( $( compgen -W 'gsetup build dbgen project-export \
+ COMPREPLY=( $( compgen -W 'gsetup build dbgen project-export
generate-makefiles gettext-update setup -q' -- "$cur" ) )
return 0