diff options
Diffstat (limited to 'misc/zsh_completion')
-rw-r--r-- | misc/zsh_completion/git-bug | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/zsh_completion/git-bug b/misc/zsh_completion/git-bug index a0b4840b..3b06a396 100644 --- a/misc/zsh_completion/git-bug +++ b/misc/zsh_completion/git-bug @@ -193,6 +193,7 @@ function _git-bug_bridge_configure { '(-n --name)'{-n,--name}'[A distinctive name to identify the bridge]:' \ '(-t --target)'{-t,--target}'[The target of the bridge. Valid values are [github,gitlab,launchpad-preview]]:' \ '(-u --url)'{-u,--url}'[The URL of the target repository]:' \ + '(-b --base-url)'{-b,--base-url}'[The base URL of your issue tracker service]:' \ '(-o --owner)'{-o,--owner}'[The owner of the target repository]:' \ '(-c --credential)'{-c,--credential}'[The identifier or prefix of an already known credential for the API (see "git-bug bridge auth")]:' \ '--token[A raw authentication token for the API]:' \ |