From: ewt Date: Wed, 7 Aug 1996 15:45:38 +0000 (+0000) Subject: fixed --group query specifier X-Git-Tag: rpm-4.4-release~4795 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d5d07197fc0c6a3d913c5c75424e10b049f3820c;p=platform%2Fupstream%2Frpm.git fixed --group query specifier CVS patchset: 940 CVS date: 1996/08/07 15:45:38 --- diff --git a/rpm.c b/rpm.c index 540fb1c..fea8946 100755 --- 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;