summaryrefslogtreecommitdiff
path: root/rpm.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>1999-05-07 19:40:51 +0000
committerjbj <devnull@localhost>1999-05-07 19:40:51 +0000
commit081ebcd142c3213ce7337ea60a47083a66640e1e (patch)
tree913cda3cc6e186bab7039b67c515d4be98e9714f /rpm.c
parent92dc15f7ffe5400e2beae7c099d1c9e99678b557 (diff)
downloadrpm-081ebcd142c3213ce7337ea60a47083a66640e1e.tar.gz
rpm-081ebcd142c3213ce7337ea60a47083a66640e1e.tar.bz2
rpm-081ebcd142c3213ce7337ea60a47083a66640e1e.zip
Typo.
CVS patchset: 3053 CVS date: 1999/05/07 19:40:51
Diffstat (limited to 'rpm.c')
-rwxr-xr-xrpm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpm.c b/rpm.c
index b0722657a..70d3bcee3 100755
--- 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)