Skip to content

Commit

Permalink
Edit capitalization in README.md for consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
ghosteathuman committed Dec 24, 2019
1 parent 1386916 commit d1141ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Sprint:
Issue:
jira issue help [COMMAND] # Describe one specific subcommand
jira issue ( ls | list ) # List of issues
# default assignee option is current loggined user
# Default assignee option is current logged-in user
# To show issues of all users(include no assignee)
                                    # pass `--assignee ALL` or `-a ALL`.
jira issue jql "[QUERY]" # Search issues with JQL
Expand All @@ -81,7 +81,7 @@ Issue:
jira issue new # Create an issue
# pass `-E` or `--editor` to open system default editor for composing issue description
jira issue open [ISSUE_KEY] # Open browser
jira issue url [ISSUE_KEY] # return url of the issue
jira issue url [ISSUE_KEY] # Return url of the issue
jira issue take [ISSUE_KEY] # Assign the issue to self
jira issue trans [ISSUE_KEY] ([STATUS]) # Do transition
Expand Down

0 comments on commit d1141ad

Please sign in to comment.