diff --git a/bash_completion.d/aptly b/bash_completion.d/aptly index ed180460..2bd4b0ce 100644 --- a/bash_completion.d/aptly +++ b/bash_completion.d/aptly @@ -58,8 +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= -db-open-attempts= -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 -gpg-provider=" db_subcommands="cleanup recover" mirror_subcommands="create drop edit show list rename search update" publish_subcommands="drop list repo snapshot switch update"