From ea3ea66f2dc670cc6e5f84c0e27cad56936c7a58 Mon Sep 17 00:00:00 2001 From: everest Date: Mon, 28 Mar 2022 21:18:44 +0000 Subject: [PATCH] Update glacier-help.sh --- glacier-help.sh | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/glacier-help.sh b/glacier-help.sh index 4e4b7af..ec44d2a 100644 --- a/glacier-help.sh +++ b/glacier-help.sh @@ -1,13 +1,16 @@ #!/bin/sh -echo "Glacier Package Manager" +echo "Glacier Package Manager v0.5rc" echo "=====================================================================" echo "An extremely light and fast ackage manager written entirely in shell." echo "" -echo "glacier-install - Install a program" -echo "glacier-update - Update a program" -echo "glacier-remove - Remove a program" -echo "glacier-query - Query a program" +echo "glacier-install - Install a package" +echo "glacier-update - Update a package" +echo "glacier-remove - Remove a package" +echo "glacier-query - Query a package" +echo "glacier-cache - Add a package to the cache" +echo "glacier-cache-install - Install a cached package" +echo "glacier-cache-clear - Clear Glacier's cache" echo "" echo "IMPORTANT REMINDER - Glacier is unlike a traditional package manager where you apend a package name to the command. Instead, Glacier will ask you which package you wish to install." echo ""