diff --git a/scripts/glacier b/scripts/glacier index 55f9c42..7b348f3 100644 --- a/scripts/glacier +++ b/scripts/glacier @@ -20,6 +20,7 @@ while [[ $# -gt 0 ]]; do printf "# glacier {cache -c} cache a package\n" printf "# glacier {cache-install -ci} install a cached package\n" printf "# glacier {cache-clear -cc} clear the package cache\n" + printf "$ glacier {--showDebugInfo} show debugging info\n" printf "\n" printf "This program is free software: see the GNU GPL v3.0 for details.\n" exit 0 @@ -251,10 +252,10 @@ while [[ $# -gt 0 ]]; do whereis make.conf printf "Any missing files above, especially make.conf, will cause Glavier to behave abnormally.\n" printf "Checking that unicode symbols display properly...\n" - printf "$check" - printf "$error" - printf "$warning" - printf "$question" + printf "$check\n" + printf "$error\n" + printf "$warning\n" + printf "$question\n" printf "$red This is a test.$reset\n" printf "$green This is a test.$reset\n" printf "$yellow This is a test.$reset\n"