made -R work as a shortcut for --requires
authorewt <devnull@localhost>
Sun, 14 Jul 1996 16:14:24 +0000 (16:14 +0000)
committerewt <devnull@localhost>
Sun, 14 Jul 1996 16:14:24 +0000 (16:14 +0000)
CVS patchset: 819
CVS date: 1996/07/14 16:14:24

rpm.c

diff --git a/rpm.c b/rpm.c
index 36aa53f..aa7c492 100755 (executable)
--- a/rpm.c
+++ b/rpm.c
@@ -371,7 +371,7 @@ int main(int argc, char ** argv) {
     while (1) {
        long_index = 0;
 
-       arg = getopt_long(argc, argv, "QqVyUYhpvKPfFilseagGDducr:b:", options, 
+       arg = getopt_long(argc, argv, "RQqVyUYhpvKPfFilseagGDducr:b:", options, 
                          &long_index);
        if (arg == -1) break;