From 2e14afae8c88f7f8de7100911730ff65f471479e Mon Sep 17 00:00:00 2001 From: andrewflbarnes Date: Wed, 10 Dec 2025 02:13:15 +0000 Subject: [PATCH] chore: include with command in help output --- libexec/jenv-help | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/jenv-help b/libexec/jenv-help index 2f3712a..fdadd7f 100755 --- a/libexec/jenv-help +++ b/libexec/jenv-help @@ -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 remove + print_summaries commands local global shell install uninstall rehash version versions which whence with add remove echo echo "See \`jenv help ' for information on a specific command." echo "For full documentation, see: https://github.com/jenv/jenv/blob/master/README.md"