apk: short option for --root is -p
Used to be so in the really old days of apk.cute-signatures
parent
50daa05773
commit
33cb598bdf
|
@ -97,7 +97,7 @@ static struct apk_applet *deduce_applet(int argc, char **argv)
|
||||||
|
|
||||||
#define NUM_GENERIC_OPTS 5
|
#define NUM_GENERIC_OPTS 5
|
||||||
static struct option generic_options[32] = {
|
static struct option generic_options[32] = {
|
||||||
{ "root", required_argument, NULL, 'Q' },
|
{ "root", required_argument, NULL, 'p' },
|
||||||
{ "repository", required_argument, NULL, 'X' },
|
{ "repository", required_argument, NULL, 'X' },
|
||||||
{ "quiet", no_argument, NULL, 'q' },
|
{ "quiet", no_argument, NULL, 'q' },
|
||||||
{ "verbose", no_argument, NULL, 'v' },
|
{ "verbose", no_argument, NULL, 'v' },
|
||||||
|
|
Loading…
Reference in New Issue