fixed --group query specifier
authorewt <devnull@localhost>
Wed, 7 Aug 1996 15:45:38 +0000 (15:45 +0000)
committerewt <devnull@localhost>
Wed, 7 Aug 1996 15:45:38 +0000 (15:45 +0000)
CVS patchset: 940
CVS date: 1996/08/07 15:45:38

rpm.c

diff --git a/rpm.c b/rpm.c
index 540fb1c..fea8946 100755 (executable)
--- a/rpm.c
+++ b/rpm.c
@@ -548,7 +548,6 @@ int main(int argc, char ** argv) {
            if (querySource != QUERY_PACKAGE && querySource != QUERY_GROUP)
                argerror(_("one type of query/verify may be performed at a "
                                "time"));
-               argerror("one type of query/verify may be performed at a time");
            querySource = QUERY_GROUP;
            verifySource = VERIFY_GRP;
            break;