Browse Source

show remove in useful command list

pull/414/head
nfawcett 2 years ago committed by GitHub
parent
commit
b6327807da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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 add
print_summaries commands local global shell install uninstall rehash version versions which whence add remove
echo
echo "See \`jenv help <command>' for information on a specific command."
echo "For full documentation, see: https://github.com/jenv/jenv/blob/master/README.md"

Loading…
Cancel
Save