浏览代码

Add escaped home

Andrew Stuart 9 年之前
父节点
当前提交
2120b2e079
共有 1 个文件被更改,包括 2 次插入2 次删除
  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() {
 jira_url_help() {
   cat << EOF
   cat << EOF
 JIRA url is not specified anywhere.
 JIRA url is not specified anywhere.
-Valid options, in order of preference:
+Valid options, in order of precedence:
   .jira-url file
   .jira-url file
-  $HOME/.jira-url file
+  \$HOME/.jira-url file
   JIRA_URL environment variable
   JIRA_URL environment variable
 EOF
 EOF
 }
 }