diff options
Diffstat (limited to 'src/cache.c')
-rw-r--r-- | src/cache.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/cache.c b/src/cache.c index 3be5b6d..25c9a23 100644 --- a/src/cache.c +++ b/src/cache.c @@ -142,10 +142,8 @@ err: static struct apk_applet apk_cache = { .name = "cache", - .help = "Download missing PACKAGEs to cache directory, or delete " - "files no longer required. Package caching is enabled by " - "making /etc/apk/cache a symlink to the directory (on boot " - "media) that will be used as package cache.", + .help = "Download missing PACKAGEs to cache and/or delete " + "unneeded files from cache", .arguments = "sync | clean | download", .open_flags = APK_OPENF_READ|APK_OPENF_NO_SCRIPTS|APK_OPENF_NO_INSTALLED|APK_OPENF_CACHE_WRITE, .main = cache_main, |