aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/fetch.c2
1 files changed, 1 insertions, 1 deletions
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)" },