diff --git a/src/glacier b/src/glacier index 97c5e79..54ba83e 100755 --- a/src/glacier +++ b/src/glacier @@ -170,14 +170,14 @@ post_hooks () { case $1 in -h|--help) - printf "Glacier - Manage installed packages on the system\n" + printf "$blueGlacier - Manage installed packages on the system$reset\n" printf "usage: glacier {action} {package-name}\n" printf "\n" - printf "=== Information ===\n" + printf "$blue=== Information ===$reset\n" printf "glacier {-h/--help} - Show this message and exit\n" printf "glacier {-v/--version} - Show the version and exit\n" printf "\n" - printf "=== Operations ===\n" + printf "$blue=== Operations ===$reset\n" printf "glacier {-f/install} - Install a new package\n" printf "glacier {-u/update} - Update an installed package\n" printf "glacier {-x/remove} - Remove an installed package\n" @@ -186,10 +186,10 @@ case $1 in printf "glacier {-ci/cache-install} - Install a package from the cache\n" printf "glacier {-cc/cache-clear} - Clear the cache\n" printf "\n" - printf "=== Debugging ===\n" + printf "$blue=== Debugging ===$reset\n" printf "glacier {--debuginfo} - Show debugging information\n" printf "\n" - printf "=== Licensing ===\n" + printf "$blue=== Licensing ===$reset\n" printf "This program is free software: you can redistribute it and/or modify it\n" printf "under the terms of the GNU General Public License as published by the\n" printf "Free Software Foundation, either version 3 of the License, or (at your option) any later version.\n"