summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Hudon <ehudon@users.noreply.github.com>2018-04-15 07:17:23 -0400
committerMarc Cornellà <marc.cornella@live.com>2018-04-15 13:17:23 +0200
commit2aa2ea744eff2322b1fc2a31be556d95dda83797 (patch)
tree293df89c481dd56d4a187ffeb38193db1bb2b205
parent62b8a70a7c5d0c939d8dabfef48796a092d1a55f (diff)
downloadzsh-2aa2ea744eff2322b1fc2a31be556d95dda83797.tar.gz
zsh-2aa2ea744eff2322b1fc2a31be556d95dda83797.tar.bz2
zsh-2aa2ea744eff2322b1fc2a31be556d95dda83797.zip
Change the br argument to branch to follow PR #6678. (#6680)
-rw-r--r--plugins/jira/_jira2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/jira/_jira b/plugins/jira/_jira
index 890f97f4c..d64614233 100644
--- a/plugins/jira/_jira
+++ b/plugins/jira/_jira
@@ -7,7 +7,7 @@ _1st_arguments=(
'dashboard:open the dashboard'
'reported:search for issues reported by a user'
'assigned:search for issues assigned to a user'
- 'br:open the issue named after the git branch of the current directory'
+ 'branch:open the issue named after the git branch of the current directory'
'dumpconfig:display effective jira configuration'
)