summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-03-15 14:48:52 +0000
committerjbj <devnull@localhost>2001-03-15 14:48:52 +0000
commit93e502737ad7e072e8f1e43173204566539b8221 (patch)
treec88b65cbfbfdb337c16bee12da7a4fa9652a8b84 /doc
parentdb68dedc824de4cfddb37f3b576c9894011f9c5d (diff)
downloadrpm-93e502737ad7e072e8f1e43173204566539b8221.tar.gz
rpm-93e502737ad7e072e8f1e43173204566539b8221.tar.bz2
rpm-93e502737ad7e072e8f1e43173204566539b8221.zip
Correct --verify modifiers.
CVS patchset: 4628 CVS date: 2001/03/15 14:48:52
Diffstat (limited to 'doc')
-rw-r--r--doc/rpm.86
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/rpm.8 b/doc/rpm.8
index e1bdb132a..ff7661bb5 100644
--- a/doc/rpm.8
+++ b/doc/rpm.8
@@ -308,11 +308,11 @@ will be silently ignored.
Options that can be used in verify mode:
.IP "\fB\-\-nodeps\fP"
-Ignores missing dependencies when verifying.
+Don't verify dependencies.
.IP "\fB\-\-nofiles\fP"
-Ignores missing files when verifying.
+Don't verify files.
.IP "\fB\-\-nomd5\fP"
-Ignores MD5 checksum errors when verifying.
+Don't verify file MD5 checksums.
.IP "\fB\-\-noscripts\fP"
Don't execute the verify script (if any).