Browse Source

Add escaped home

Andrew Stuart 9 years ago
parent
commit
2120b2e079
1 changed files with 2 additions and 2 deletions
  1. 2 2
      plugins/jira/jira.plugin.zsh

+ 2 - 2
plugins/jira/jira.plugin.zsh

@@ -62,9 +62,9 @@ open_jira_issue () {
 jira_url_help() {
   cat << EOF
 JIRA url is not specified anywhere.
-Valid options, in order of preference:
+Valid options, in order of precedence:
   .jira-url file
-  $HOME/.jira-url file
+  \$HOME/.jira-url file
   JIRA_URL environment variable
 EOF
 }