Man page and help message correction (#18759).

CVS patchset: 4203
CVS date: 2000/10/10 21:17:53
This commit is contained in:
jbj 2000-10-10 21:17:53 +00:00
parent 5583a45ff0
commit 8829000486
2 changed files with 6 additions and 6 deletions

View File

@ -307,14 +307,12 @@ will be silently ignored.
Options that can be used in verify mode:
.IP "\fB\-\-nodeps\fP"
Ignores missing dependencies when verifying.
.IP "\fB\-\-nofiles\fP"
Ignores missing files when verifying.
.IP "\fB\-\-nomd5\fP"
Ignores MD5 checksum errors when verifying.
.IP "\fB\-\-nopgp\fP"
Ignores PGP checking errors when verifying.
.IP "\fB\-\-nofiles\fP"
Ignores missing files when verifying.
.IP "\fB\-\-noscripts\fP"
Don't execute the verify script (if any).

View File

@ -485,10 +485,12 @@ static void printHelp(void) {
_("verify a package installation using the same same package specification options as -q"));
printHelpLine( " --nodeps ",
_("do not verify package dependencies"));
printHelpLine( " --nomd5 ",
_("do not verify file md5 checksums"));
printHelpLine( " --nofiles ",
_("do not verify file attributes"));
printHelpLine( " --nomd5 ",
_("do not verify file md5 checksums"));
printHelpLine( " --noscripts ",
_("do not execute verify script (if any)"));
puts("");
printHelpLine( " --querytags ",
_("list the tags that can be used in a query format"));