From 856181a0325d39e7d26566f118bc4219e3837a4b Mon Sep 17 00:00:00 2001 From: Timo Teras Date: Wed, 5 Aug 2009 12:45:02 +0300 Subject: fetch: --link is -L for short, not -l --- src/fetch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fetch.c b/src/fetch.c index 6cd2893d10..7ddc913ae3 100644 --- a/src/fetch.c +++ b/src/fetch.c @@ -237,7 +237,7 @@ err: } static struct apk_option fetch_options[] = { - { 'l', "link", "Create hard links if possible" }, + { 'L', "link", "Create hard links if possible" }, { 'R', "recursive", "Fetch the PACKAGE and all it's dependencies" }, { 's', "stdout", "Dump the .apk to stdout (incompatible with -o and -R)" }, -- cgit v1.2.3