Browse Source

Add the add command to help

pull/245/head
Steve Nolte 7 years ago
parent
commit
78a5460b37
  1. 2
      libexec/jenv-help

2
libexec/jenv-help

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

Loading…
Cancel
Save