diff --git a/help.txt b/help.txt index be7fde03..6fca99c9 100644 --- a/help.txt +++ b/help.txt @@ -1,37 +1,37 @@ -MANAGE SOURCES +MANAGE PACKAGE SOURCES - asdf add-source + asdf source-add Add git repo as source for a package - asdf remove-source + asdf source-remove Remove package source and versions - asdf update-source + asdf source-update Update package source - asdf update-source --all + asdf source-updatee --all Update sources for all packages MANAGE PACKAGES asdf install + Install a specific version of a package + asdf remove - - -LIST INSTALLED VERSIONS + Remove a specific version of a package asdf list - - -LIST ALL VERSIONS + List installed versions of a package asdf list-all + List all versions of a package UTILS asdf reshim + Recreate shims for the specific version of a package --- end I promise -- +-- The end I promise --