Skip to content

Commit

Permalink
Fix a copy-paste --help description of --whatconflicts (RhBug:2208661)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmatilai committed May 23, 2023
1 parent acfe252 commit 0352559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/poptQV.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ struct poptOption rpmQVSourcePoptTable[] = {
{ "verify", 'V', POPT_ARGFLAG_DOC_HIDDEN, NULL, 'V',
N_("rpm verify mode"), NULL },
{ "whatconflicts", '\0', 0, 0, POPT_WHATCONFLICTS,
N_("query/verify the package(s) which require a dependency"), "CAPABILITY" },
N_("query/verify the package(s) which conflict with a dependency"), "CAPABILITY" },
{ "whatrequires", '\0', 0, 0, POPT_WHATREQUIRES,
N_("query/verify the package(s) which require a dependency"), "CAPABILITY" },
{ "whatobsoletes", '\0', 0, 0, POPT_WHATOBSOLETES,
Expand Down

0 comments on commit 0352559

Please sign in to comment.