diff options
-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)" }, |