index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Chantry Xavier <shiningxc@gmail.com> | 2007-11-17 23:35:22 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-11-18 12:37:52 -0600 |
commit | 829a7b904dcb56aa17cd9279f29385dad2814793 (patch) | |
tree | cdb705393d9e272a81e665bc5702306e317e3d75 | |
parent | 5f0c241987f31b2cbf1c6ba2146dcca065973b0d (diff) |
-rw-r--r-- | src/pacman/sync.c | 2 |
diff --git a/src/pacman/sync.c b/src/pacman/sync.c index bd29fc9c..10a61613 100644 --- a/src/pacman/sync.c +++ b/src/pacman/sync.c @@ -128,7 +128,7 @@ static int sync_cleancache(int level) * package and see if it has an entry in the local DB; if not, delete it. */ printf(_("Cache directory: %s\n"), cachedir); - if(!yesno(_("Do you want to remove non-installed packages from cache? [Y/n] "))) { + if(!yesno(_("Do you want to remove uninstalled packages from cache? [Y/n] "))) { return(0); } printf(_("removing old packages from cache... ")); |