diff --git a/plugins/jira/README.md b/plugins/jira/README.md index 32c4f3471..b1d8a8bc6 100644 --- a/plugins/jira/README.md +++ b/plugins/jira/README.md @@ -16,7 +16,7 @@ This plugin supplies one command, `jira`, through which all its features are exp ## Commands -`jira help` or `jira usage` will print usage instructions +`jira help` or `jira usage` will print the below usage instructions | Command | Description | | :------------ | :-------------------------------------------------------- | diff --git a/plugins/jira/jira.plugin.zsh b/plugins/jira/jira.plugin.zsh index 8228bae07..c7b3f3b64 100644 --- a/plugins/jira/jira.plugin.zsh +++ b/plugins/jira/jira.plugin.zsh @@ -8,7 +8,7 @@ jira Performs the default action jira new Opens a new Jira issue dialogue jira ABC-123 Opens an existing issue jira ABC-123 m Opens an existing issue for adding a comment -jira dashboard [rapid_view] # Opens your JIRA dashboard +jira dashboard [rapid_view] Opens your JIRA dashboard jira mine Queries for your own issues jira tempo Opens your JIRA Tempo jira reported [username] Queries for issues reported by a user