Small fixups for upcoming 1.1.0 release

Fix system tests, add -db-open-attempts to bash completion, small nits
for man page.
This commit is contained in:
Andrey Smirnov
2017-07-06 23:12:30 +03:00
parent 20b874f81f
commit 7d179dd405
7 changed files with 12 additions and 5 deletions

View File

@@ -58,7 +58,7 @@ _aptly()
prev="${COMP_WORDS[COMP_CWORD-1]}"
commands="api config db graph mirror package publish repo serve snapshot task version"
options="-architectures= -config= -dep-follow-all-variants -dep-follow-recommends -dep-follow-source -dep-follow-suggests -dep-verbose-resolve"
options="-architectures= -config= -db-open-attempts= -dep-follow-all-variants -dep-follow-recommends -dep-follow-source -dep-follow-suggests -dep-verbose-resolve"
db_subcommands="cleanup recover"
mirror_subcommands="create drop edit show list rename search update"