diff options
Diffstat (limited to 'src/fetch.c')
-rw-r--r-- | src/fetch.c | 4 |
1 files changed, 1 insertions, 3 deletions
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, |