Typo.
authorjbj <devnull@localhost>
Fri, 7 May 1999 19:40:51 +0000 (19:40 +0000)
committerjbj <devnull@localhost>
Fri, 7 May 1999 19:40:51 +0000 (19:40 +0000)
CVS patchset: 3053
CVS date: 1999/05/07 19:40:51

po/rpm.pot
rpm.c

index bd5eae2..e174dac 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 1999-05-07 14:21-0400\n"
+"POT-Creation-Date: 1999-05-07 15:39-0400\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1194,7 +1194,7 @@ msgstr ""
 msgid "--tarbuild (-t) requires one of a,b,i,c,p,l as its sole argument"
 msgstr ""
 
-#: ../rpm.c:727 ../rpm.c:733 ../rpm.c:740 ../rpm.c:747 ../rpm.c:755
+#: ../rpm.c:726 ../rpm.c:732 ../rpm.c:739 ../rpm.c:746 ../rpm.c:755
 #: ../rpm.c:763 ../rpm.c:771 ../rpm.c:923
 msgid "one type of query/verify may be performed at a time"
 msgstr ""
diff --git a/rpm.c b/rpm.c
index b072265..70d3bce 100755 (executable)
--- a/rpm.c
+++ b/rpm.c
@@ -721,7 +721,6 @@ int main(int argc, char ** argv) {
            upgrade = 1;
            break;
 
-#ifdef DYING
          case 'p':
            if (QVSource != RPMQV_PACKAGE && QVSource != RPMQV_RPM)
                argerror(_("one type of query/verify may be performed at a " "time"));
@@ -749,6 +748,7 @@ int main(int argc, char ** argv) {
            QVSource = RPMQV_ALL;
            break;
 
+#ifdef DYING   /* XXX WTFO? the above QVSources *must* be here */
          case GETOPT_WHATREQUIRES:
            if (QVSource != RPMQV_PACKAGE && 
                QVSource != RPMQV_WHATREQUIRES)