summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rpmqv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmqv.c b/rpmqv.c
index 7c7a77280..4841cb877 100644
--- a/rpmqv.c
+++ b/rpmqv.c
@@ -117,7 +117,7 @@ int main(int argc, char *argv[])
}
if (qva->qva_sourceCount) {
- if (qva->qva_sourceCount > 2)
+ if (qva->qva_sourceCount > 1)
argerror(_("one type of query/verify may be performed at a "
"time"));
}