diff options
author | Eric Hudon <ehudon@users.noreply.github.com> | 2018-04-15 07:17:23 -0400 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2018-04-15 13:17:23 +0200 |
commit | 2aa2ea744eff2322b1fc2a31be556d95dda83797 (patch) | |
tree | 293df89c481dd56d4a187ffeb38193db1bb2b205 /plugins/jira/_jira | |
parent | 62b8a70a7c5d0c939d8dabfef48796a092d1a55f (diff) | |
download | zsh-2aa2ea744eff2322b1fc2a31be556d95dda83797.tar.gz zsh-2aa2ea744eff2322b1fc2a31be556d95dda83797.tar.bz2 zsh-2aa2ea744eff2322b1fc2a31be556d95dda83797.zip |
Change the br argument to branch to follow PR #6678. (#6680)
Diffstat (limited to 'plugins/jira/_jira')
-rw-r--r-- | plugins/jira/_jira | 2 |
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' ) |