commit 1d58854efbe602d0f670665ed9ecb9b5f8d685e8
parent 187e120b2818007b6134d3f8f0a05a977cfda696
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 6 Mar 2019 20:34:48 +0100
Rewrite info message
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/links/bin/uu b/links/bin/uu
@@ -8,7 +8,7 @@ announce "Updating package manager lists and installed packages"
if [ "$(uname)" = "Linux" ]; then
if type pacman >/dev/null; then
sudo pacman -Syu --color auto
- announce "Orphaned packages:"
+ announce "Unneeded packages:"
pacman -Qdt --color auto
echo
fi