diff options
author | Michael Muré <batolettre@gmail.com> | 2020-02-23 14:24:15 +0100 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2020-02-23 14:24:15 +0100 |
commit | 4ec4f45195d9bd19a63b9bdca0596b7daba4c4ab (patch) | |
tree | c7aadcd6f60a20dc6383eb387f9b8ed973c14299 /misc/zsh_completion | |
parent | dc21ad089295723ca95bf1b452d2f6f31c51c735 (diff) | |
download | git-bug-4ec4f45195d9bd19a63b9bdca0596b7daba4c4ab.tar.gz |
update auto-generated files
Diffstat (limited to 'misc/zsh_completion')
-rw-r--r-- | misc/zsh_completion/git-bug | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/zsh_completion/git-bug b/misc/zsh_completion/git-bug index edfff683..d28bd244 100644 --- a/misc/zsh_completion/git-bug +++ b/misc/zsh_completion/git-bug @@ -177,7 +177,7 @@ function _git-bug_bridge_auth { function _git-bug_bridge_auth_add-token { _arguments \ - '(-t --target)'{-t,--target}'[The target of the bridge. Valid values are [github,gitlab,launchpad-preview]]:' \ + '(-t --target)'{-t,--target}'[The target of the bridge. Valid values are [github,gitlab,jira,launchpad-preview]]:' \ '(-l --login)'{-l,--login}'[The login in the remote bug-tracker]:' \ '(-u --user)'{-u,--user}'[The user to add the token to. Default is the current user]:' } @@ -193,7 +193,7 @@ function _git-bug_bridge_auth_show { function _git-bug_bridge_configure { _arguments \ '(-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]]:' \ + '(-t --target)'{-t,--target}'[The target of the bridge. Valid values are [github,gitlab,jira,launchpad-preview]]:' \ '(-u --url)'{-u,--url}'[The URL of the remote repository]:' \ '(-b --base-url)'{-b,--base-url}'[The base URL of your remote issue tracker]:' \ '(-l --login)'{-l,--login}'[The login on your remote issue tracker]:' \ |