minor changes to help message

This commit is contained in:
lw-everestlinux 2022-10-28 13:44:43 -04:00
parent de2725a475
commit 677d414a28

View File

@ -170,14 +170,14 @@ post_hooks () {
case $1 in case $1 in
-h|--help) -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 "usage: glacier {action} {package-name}\n"
printf "\n" printf "\n"
printf "=== Information ===\n" printf "$blue=== Information ===$reset\n"
printf "glacier {-h/--help} - Show this message and exit\n" printf "glacier {-h/--help} - Show this message and exit\n"
printf "glacier {-v/--version} - Show the version and exit\n" printf "glacier {-v/--version} - Show the version and exit\n"
printf "\n" printf "\n"
printf "=== Operations ===\n" printf "$blue=== Operations ===$reset\n"
printf "glacier {-f/install} - Install a new package\n" printf "glacier {-f/install} - Install a new package\n"
printf "glacier {-u/update} - Update an installed package\n" printf "glacier {-u/update} - Update an installed package\n"
printf "glacier {-x/remove} - Remove 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 {-ci/cache-install} - Install a package from the cache\n"
printf "glacier {-cc/cache-clear} - Clear the cache\n" printf "glacier {-cc/cache-clear} - Clear the cache\n"
printf "\n" printf "\n"
printf "=== Debugging ===\n" printf "$blue=== Debugging ===$reset\n"
printf "glacier {--debuginfo} - Show debugging information\n" printf "glacier {--debuginfo} - Show debugging information\n"
printf "\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 "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 "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" printf "Free Software Foundation, either version 3 of the License, or (at your option) any later version.\n"