fetch: --link is -L for short, not -l

cute-signatures
Timo Teras 2009-08-05 12:45:02 +03:00
parent 1a67a8e2b6
commit 856181a032
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ err:
} }
static struct apk_option fetch_options[] = { 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" }, { 'R', "recursive", "Fetch the PACKAGE and all it's dependencies" },
{ 's', "stdout", { 's', "stdout",
"Dump the .apk to stdout (incompatible with -o and -R)" }, "Dump the .apk to stdout (incompatible with -o and -R)" },