diff options
Diffstat (limited to 'misc/zsh_completion')
-rw-r--r-- | misc/zsh_completion/git-bug | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/zsh_completion/git-bug b/misc/zsh_completion/git-bug index 1f4679ad..d9da4ac2 100644 --- a/misc/zsh_completion/git-bug +++ b/misc/zsh_completion/git-bug @@ -118,7 +118,7 @@ function _git-bug_bridge { "pull:Pull updates." "push:Push updates." "rm:Delete a configured bridge." - "token:Configure and use bridge tokens." + "token:List all stored tokens." ) _describe "command" commands ;; @@ -181,8 +181,8 @@ function _git-bug_bridge_token { case $state in cmnds) commands=( - "add:Configure and use bridge tokens." - "rm:Configure and use bridge tokens." + "add:Create and store a new token" + "rm:Remove token by Id." ) _describe "command" commands ;; |