diff --git a/dnf/cli/commands/repoquery.py b/dnf/cli/commands/repoquery.py index b5a9995fab..43a4cf39ad 100644 --- a/dnf/cli/commands/repoquery.py +++ b/dnf/cli/commands/repoquery.py @@ -192,9 +192,9 @@ def set_argparser(parser): help=_('show changelogs of the package')) outform.add_argument('--qf', "--queryformat", dest='queryformat', default=QFORMAT_DEFAULT, - help=_('format for showing found packages: ' - '"%%{name} %%{version} ..". ' - 'Use --querytags to view full tag list')) + help=_('display format for listing packages: ' + '"%%{name} %%{version} ...", ' + 'use --querytags to view full tag list')) parser.add_argument('--querytags', action='store_true', help=_('show available tags to use with ' '--queryformat'))