From 81152df214dab4866f2076ef2eba04e78dbec1ab Mon Sep 17 00:00:00 2001 From: Timo Teräs Date: Wed, 19 Jun 2013 16:43:51 +0300 Subject: applets: unify help message by removing final dots --- src/cache.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/cache.c') 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, -- cgit v1.2.3-60-g2f50