From 81152df214dab4866f2076ef2eba04e78dbec1ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Wed, 19 Jun 2013 16:43:51 +0300 Subject: applets: unify help message by removing final dots --- src/fetch.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/fetch.c') diff --git a/src/fetch.c b/src/fetch.c index c3f6e3b..1d7389c 100644 --- a/src/fetch.c +++ b/src/fetch.c @@ -269,9 +269,7 @@ static struct apk_option fetch_options[] = { static struct apk_applet apk_fetch = { .name = "fetch", - .help = "Download PACKAGEs from global repositories to a local " - "directory from which a local mirror repository can be " - "created.", + .help = "Download PACKAGEs from global repositories to a local directory", .arguments = "PACKAGE...", .open_flags = APK_OPENF_READ | APK_OPENF_NO_STATE | APK_OPENF_NO_INSTALLED_REPO, -- cgit v1.2.3