diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-09-18 12:38:04 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-09-18 12:38:04 +0300 |
commit | 0ba35c7e5c7430bbc72200eda80395c8ede7c5b8 (patch) | |
tree | 30308cb8fa045d59403f8baf21543e933055623d /doc | |
parent | 9a9f3c3abbab8981cd1397ddee5a16b4ce65e353 (diff) | |
download | librpm-tizen-0ba35c7e5c7430bbc72200eda80395c8ede7c5b8.tar.gz librpm-tizen-0ba35c7e5c7430bbc72200eda80395c8ede7c5b8.tar.bz2 librpm-tizen-0ba35c7e5c7430bbc72200eda80395c8ede7c5b8.zip |
Update man-page wrt supported query formatter types
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rpm.8 | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -448,9 +448,11 @@ the tag with \fB:\fItypetag\fB\fR. Currently, the following types are supported: .TP \fB:armor\fR - Wrap a public key in ASCII armor. .TP +\fB:arraysize\fR +Display number of elements in array tags. +.TP \fB:base64\fR Encode binary data using base64. .TP @@ -475,11 +477,17 @@ Format in octal. \fB:perms\fR Format file permissions. .TP +\fB:pgpsig\fR +Display signature fingerprint and time. +.TP \fB:shescape\fR Escape single quotes for use in a script. .TP \fB:triggertype\fR Display trigger suffix. +.TP +\fB:xml\fR +Wrap data in simple xml markup. .PP For example, to print only the names of the packages queried, you could use \fB%{NAME}\fR as the format string. |