diff --git a/aps b/aps index 3b68990..d6b1f32 100755 --- a/aps +++ b/aps @@ -162,7 +162,10 @@ help(){ echo "sync - Synchronizes from package repository." echo "install - Installs from local package information file and build file." echo "upgrade - Upgrades from package repository." - echo "remove - Removes a package from /var/aps/installed and it's install files (payloadfiles)." + echo "remove - Removes a package from /var/aps/installed and it's install files (payloadfiles)." + echo "list - Lists currently installed packages." + echo "help - Display this message." + echo "version - Display the version." } list(){ ls ${installed_pkg_database} | sed 's/^README.md//g'