Browse Source

chore: include with command in help output

pull/190/merge
andrewflbarnes 1 week ago
parent
commit
2e14afae8c
No known key found for this signature in database
  1. 2
      libexec/jenv-help

2
libexec/jenv-help

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

Loading…
Cancel
Save