summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimo Teras <timo.teras@iki.fi>2009-08-05 12:45:02 +0300
committerTimo Teras <timo.teras@iki.fi>2009-08-05 12:45:02 +0300
commit856181a0325d39e7d26566f118bc4219e3837a4b (patch)
tree7890b693105e6e86cf14e6965a5446de3cec22e9 /src
parent1a67a8e2b6a9a1f23b38c6dc5329dae2f9c0cbbe (diff)
downloadapk-tools-856181a0325d39e7d26566f118bc4219e3837a4b.tar.bz2
apk-tools-856181a0325d39e7d26566f118bc4219e3837a4b.tar.xz
fetch: --link is -L for short, not -l
Diffstat (limited to 'src')
-rw-r--r--src/fetch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fetch.c b/src/fetch.c
index 6cd2893..7ddc913 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)" },