diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-08-06 12:58:45 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-08-06 12:58:45 +0300 |
commit | 2b3802175e150f6c8543e949a6f843113ab9dae2 (patch) | |
tree | c73815a13635d4ed9bd59109932a99c732533d77 /doc | |
parent | aab16a0274277360816419a91cafcc837e00dd6d (diff) | |
download | rpm-2b3802175e150f6c8543e949a6f843113ab9dae2.tar.gz rpm-2b3802175e150f6c8543e949a6f843113ab9dae2.tar.bz2 rpm-2b3802175e150f6c8543e949a6f843113ab9dae2.zip |
Fix --dump usage description in the manpage.
Patch from Yu Zhiguo.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rpm.8 | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -591,7 +591,7 @@ List only configuration files (implies \fB-l\fR). List only documentation files (implies \fB-l\fR). .TP \fB--dump\fR -Dump file information as follows: +Dump file information as follows (implies \fB-l\fR): .sp .RS @@ -600,11 +600,6 @@ path size mtime md5sum mode owner group isconfig isdoc rdev symlink .fi .RE - -This option must be used with at least one of -\fB-l\fR, -\fB-c\fR, -\fB-d\fR. .TP \fB--filesbypkg\fR List all the files in each selected package. |