From 57505be3a2f9f4a34f89582fdec8631ab82265b9 Mon Sep 17 00:00:00 2001 From: Liam Waldron Date: Sat, 23 Jul 2022 16:52:21 -0400 Subject: [PATCH] Update 'scripts/glacier' --- scripts/glacier | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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"