From 56097e49a6537185324c5e724a84af277659086e Mon Sep 17 00:00:00 2001 From: Tw93 Date: Thu, 9 Oct 2025 14:29:46 +0800 Subject: [PATCH] Neat and uniform output --- bin/clean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/clean.sh b/bin/clean.sh index 2c39a6b..d7587f2 100755 --- a/bin/clean.sh +++ b/bin/clean.sh @@ -1336,7 +1336,7 @@ perform_cleanup() { fi echo "" - echo "To protect specific cache files from deletion, run: mole clean --whitelist" + echo "To protect specific cache files from deletion, run: mo clean --whitelist" else echo "Space freed: ${GREEN}${freed_gb}GB${NC} | Free space now: $(get_free_space)"