From c9c7be2080634518f95a1b6d995bdeded4168cad Mon Sep 17 00:00:00 2001 From: Dan Fuchs Date: Thu, 9 Jul 2020 21:46:53 -0500 Subject: [PATCH] Clarify different versions of `asdf install` --- help.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/help.txt b/help.txt index 2336749..c43bec6 100644 --- a/help.txt +++ b/help.txt @@ -15,9 +15,9 @@ asdf plugin update --all Update all plugins MANAGE PACKAGES asdf install Install all the package versions listed in the .tool-versions file -asdf install [] Install one tool at the version +asdf install Install one tool at the version specified in the .tool-versions file -asdf install [ ] Install a specific version of a package +asdf install Install a specific version of a package asdf install latest[:] Install the latest stable version of a package, or with optional version, install the latest stable version that -- GitLab