|
Florian Festi |
9f5076 |
From 03525592c944957f3b7b200b7daeb9f615cdcde7 Mon Sep 17 00:00:00 2001
|
|
Florian Festi |
9f5076 |
From: Panu Matilainen <pmatilai@redhat.com>
|
|
Florian Festi |
9f5076 |
Date: Tue, 23 May 2023 12:46:22 +0300
|
|
Florian Festi |
9f5076 |
Subject: [PATCH] Fix a copy-paste --help description of --whatconflicts
|
|
Florian Festi |
9f5076 |
(RhBug:2208661)
|
|
Florian Festi |
9f5076 |
|
|
Florian Festi |
9f5076 |
---
|
|
Florian Festi |
9f5076 |
lib/poptQV.c | 2 +-
|
|
Florian Festi |
9f5076 |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
Florian Festi |
9f5076 |
|
|
Florian Festi |
9f5076 |
diff --git a/lib/poptQV.c b/lib/poptQV.c
|
|
Florian Festi |
9f5076 |
index ac8e8975d..8bd91c652 100644
|
|
Florian Festi |
9f5076 |
--- a/lib/poptQV.c
|
|
Florian Festi |
9f5076 |
+++ b/lib/poptQV.c
|
|
Florian Festi |
9f5076 |
@@ -108,7 +108,7 @@ struct poptOption rpmQVSourcePoptTable[] = {
|
|
Florian Festi |
9f5076 |
{ "verify", 'V', POPT_ARGFLAG_DOC_HIDDEN, NULL, 'V',
|
|
Florian Festi |
9f5076 |
N_("rpm verify mode"), NULL },
|
|
Florian Festi |
9f5076 |
{ "whatconflicts", '\0', 0, 0, POPT_WHATCONFLICTS,
|
|
Florian Festi |
9f5076 |
- N_("query/verify the package(s) which require a dependency"), "CAPABILITY" },
|
|
Florian Festi |
9f5076 |
+ N_("query/verify the package(s) which conflict with a dependency"), "CAPABILITY" },
|
|
Florian Festi |
9f5076 |
{ "whatrequires", '\0', 0, 0, POPT_WHATREQUIRES,
|
|
Florian Festi |
9f5076 |
N_("query/verify the package(s) which require a dependency"), "CAPABILITY" },
|
|
Florian Festi |
9f5076 |
{ "whatobsoletes", '\0', 0, 0, POPT_WHATOBSOLETES,
|
|
Florian Festi |
9f5076 |
--
|
|
Florian Festi |
9f5076 |
2.41.0
|
|
Florian Festi |
9f5076 |
|