aboutsummaryrefslogtreecommitdiffstats
path: root/src/fetch.c
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2013-06-19 16:43:51 +0300
committerTimo Teräs <timo.teras@iki.fi>2013-06-19 16:49:14 +0300
commit81152df214dab4866f2076ef2eba04e78dbec1ab (patch)
treec8a5cf9171cff4b82d05470d878a7c12362b604c /src/fetch.c
parent9c54ef726c624a4635c0b1a8160baab7b575df62 (diff)
downloadaports-81152df214dab4866f2076ef2eba04e78dbec1ab.tar.bz2
aports-81152df214dab4866f2076ef2eba04e78dbec1ab.tar.xz
applets: unify help message by removing final dots
Diffstat (limited to 'src/fetch.c')
-rw-r--r--src/fetch.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/fetch.c b/src/fetch.c
index c3f6e3b381..1d7389c1b2 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,