src/rpm.c
changeset 295 c56b39adbfe4
parent 277 27b0d4068feb
child 288 75da311eda45
     1.1 --- a/src/rpm.c	Mon Jun 23 20:48:48 2008 -0400
     1.2 +++ b/src/rpm.c	Wed Jun 25 15:29:49 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, },