Skip to content

Commit

Permalink
Post-review edits
Browse files Browse the repository at this point in the history
  • Loading branch information
abitrolly authored May 25, 2020
1 parent 26ba3b6 commit 513a4e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dnf/cli/commands/repoquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
Expand Down

0 comments on commit 513a4e4

Please sign in to comment.