Browse Source

Merge pull request #4 from aheritier/master

Fix link to the readme displayed by help
pull/12/head
Gildas Cuisinier 13 years ago
parent
commit
70f6c429b8
  1. 2
      libexec/jenv-help

2
libexec/jenv-help

@ -146,7 +146,7 @@ if [ -z "$1" ] || [ "$1" == "jenv" ]; then @@ -146,7 +146,7 @@ if [ -z "$1" ] || [ "$1" == "jenv" ]; then
print_summaries commands local global shell install uninstall rehash version versions which whence
echo
echo "See \`jenv help <command>' for information on a specific command."
echo "For full documentation, see: https://github.com/sstephenson/jenv#readme"
echo "For full documentation, see: https://github.com/hikage/jenv#readme"
else
command="$1"
if [ -n "$(command_path "$command")" ]; then

Loading…
Cancel
Save