Clean up doc

This commit is contained in:
Paul Redmond 2012-09-28 22:48:18 -07:00
parent 2bbe6aba8f
commit 2d66016102
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# To use: add a .jira-url file containing your
# Jira project's base url in the root of your project.
# Example: https://name.jira.com
# To use: add a .jira-url file in the base of your project
# Setup: cd to/my/project
echo "https://name.jira.com" >> .jira-url
# Usage: jira # opens a new issue
# jira ABC-123 # Opens an existing issue
open_jira_issue () {