diff options
author | Timo Teras <timo.teras@iki.fi> | 2009-08-05 12:45:02 +0300 |
---|---|---|
committer | Timo Teras <timo.teras@iki.fi> | 2009-08-05 12:45:02 +0300 |
commit | 856181a0325d39e7d26566f118bc4219e3837a4b (patch) | |
tree | 7890b693105e6e86cf14e6965a5446de3cec22e9 /src | |
parent | 1a67a8e2b6a9a1f23b38c6dc5329dae2f9c0cbbe (diff) | |
download | apk-tools-856181a0325d39e7d26566f118bc4219e3837a4b.tar.gz apk-tools-856181a0325d39e7d26566f118bc4219e3837a4b.tar.bz2 apk-tools-856181a0325d39e7d26566f118bc4219e3837a4b.tar.xz apk-tools-856181a0325d39e7d26566f118bc4219e3837a4b.zip |
fetch: --link is -L for short, not -l
Diffstat (limited to 'src')
-rw-r--r-- | src/fetch.c | 2 |
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)" }, |