apk: short option for --root is -p

Used to be so in the really old days of apk.
cute-signatures
Natanael Copa 2009-01-16 09:44:49 +00:00
parent 50daa05773
commit 33cb598bdf
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ static struct apk_applet *deduce_applet(int argc, char **argv)
#define NUM_GENERIC_OPTS 5
static struct option generic_options[32] = {
{ "root", required_argument, NULL, 'Q' },
{ "root", required_argument, NULL, 'p' },
{ "repository", required_argument, NULL, 'X' },
{ "quiet", no_argument, NULL, 'q' },
{ "verbose", no_argument, NULL, 'v' },