Skip to content

Commit

Permalink
Make help strings a bit nicer
Browse files Browse the repository at this point in the history
  • Loading branch information
ffesti committed Apr 12, 2016
1 parent eef69b6 commit 2b3f0db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rpmpopt.in
Original file line number Diff line number Diff line change
Expand Up @@ -135,19 +135,19 @@ rpm alias --filesbypkg --qf '[%-25{=NAME} %{FILENAMES}\n]' \
--POPTdesc=$"list all files from each package"

rpm alias --fileclass --qf '[%{FILENAMES}\t%{FILECLASS}\n]' \
--POPTdesc=$"list file names with classes"
--POPTdesc=$"list file names with their classes"

rpm alias --filecolor --qf '[%{FILENAMES}\t%{FILECOLORS}\n]' \
--POPTdesc=$"list file names with colors"
--POPTdesc=$"list file names with their colors"

rpm alias --fileprovide --qf '[%{FILENAMES}\t%{FILEPROVIDE}\n]' \
--POPTdesc=$"list file names with provides"
--POPTdesc=$"list file names with their provides"

rpm alias --filerequire --qf '[%{FILENAMES}\t%{FILEREQUIRE}\n]' \
--POPTdesc=$"list file names with requires"

rpm alias --filecaps --qf '[%{FILENAMES}\t%|FILECAPS?{%{FILECAPS}}|\n]' \
--POPTdesc=$"list file names with POSIX1.e capabilities"
--POPTdesc=$"list file names with their POSIX1.e capabilities"

# colon separated i18n domains to use as PO catalogue lookaside for
# retrieving header group/description/summary.
Expand Down

0 comments on commit 2b3f0db

Please sign in to comment.