Add doc for where command

This commit is contained in:
Akash Manohar J 2015-05-29 00:09:26 +05:30
parent c3d47e4b5d
commit 85f966ef07

View File

@ -9,6 +9,7 @@ MANAGE PACKAGES
asdf install <name> <version> Install a specific version of a package
asdf remove <name> <version> Remove a specific version of a package
asdf which <name> Display version set or being used for package
asdf where <name> <version> Display install path for an installed version
asdf list <name> List installed versions of a package
asdf list-all <name> List all versions of a package