For rpm --query, --requires is also -R
authorJames Bowes <jbowes@redhat.com>
Mon Jun 23 21:38:33 2008 -0400 (2008-06-23)
changeset 2795a20654e903c
parent 278 97c12ddedfb3
child 280 25407a621c95
For rpm --query, --requires is also -R
src/rpm.c
     1.1 --- a/src/rpm.c	Mon Jun 23 21:20:16 2008 -0400
     1.2 +++ b/src/rpm.c	Mon Jun 23 21:38:33 2008 -0400
     1.3 @@ -198,7 +198,7 @@
     1.4  	{ OPTION_BOOL, "conflicts", 0, NULL, "list capabilities this package conflicts with", &option_conflicts, },
     1.5  	{ OPTION_BOOL, "obsoletes", 0, NULL, "list other packages removed by installing this package", &option_obsoletes, },
     1.6  	{ OPTION_BOOL, "provides", 0, NULL, "list capabilities that this package provides", &option_provides, },
     1.7 -	{ OPTION_BOOL, "requires", 0, NULL, "list capabilities required by package(s)", &option_requires, },
     1.8 +	{ OPTION_BOOL, "requires", 'R', NULL, "list capabilities required by package(s)", &option_requires, },
     1.9  	{ OPTION_BOOL, "info", 'i', NULL, "list descriptive information from package(s)", &option_info, },
    1.10  	{ OPTION_BOOL, "changelog", 0, NULL, "list change logs for this package", &option_changelog, },
    1.11  	{ OPTION_BOOL, "xml", 0, NULL, "list metadata in xml", NULL, },