From f2d9a1440546da4fc9302a93370039b3a12c77ce Mon Sep 17 00:00:00 2001 From: Timo Teräs Date: Mon, 6 Oct 2014 15:52:51 +0300 Subject: cache: delete more aggressively unneeded cached files Also if --purge is specified delete all uninstalled packages. Fixes #2889 --- src/apk.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/apk.c') diff --git a/src/apk.c b/src/apk.c index 970bbb1..8d44b1f 100644 --- a/src/apk.c +++ b/src/apk.c @@ -55,8 +55,8 @@ static struct apk_option generic_options[] = { { 0x110, "no-progress", "Disable progress bar even for TTYs" }, { 0x102, "clean-protected", "Do not create .apk-new files in " "configuration dirs" }, - { 0x106, "purge", "Delete also modified configuration files on " - "package removal" }, + { 0x106, "purge", "Delete also modified configuration files (pkg removal) " + "and uninstalled packages from cache (cache clean)" }, { 0x103, "allow-untrusted", "Blindly install packages with untrusted " "signatures or no signature at all" }, { 0x104, "simulate", "Show what would be done without actually " -- cgit v1.2.3-60-g2f50