fetch: --link is -L for short, not -l
parent
1a67a8e2b6
commit
856181a032
|
@ -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)" },
|
||||||
|
|
Loading…
Reference in New Issue