|
|
|
|
@ -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 |
|
|
|
|
|