Man page and help message correction (#18759).
CVS patchset: 4203 CVS date: 2000/10/10 21:17:53
This commit is contained in:
parent
5583a45ff0
commit
8829000486
|
@ -307,14 +307,12 @@ will be silently ignored.
|
||||||
|
|
||||||
Options that can be used in verify mode:
|
Options that can be used in verify mode:
|
||||||
|
|
||||||
|
.IP "\fB\-\-nodeps\fP"
|
||||||
|
Ignores missing dependencies when verifying.
|
||||||
.IP "\fB\-\-nofiles\fP"
|
.IP "\fB\-\-nofiles\fP"
|
||||||
Ignores missing files when verifying.
|
Ignores missing files when verifying.
|
||||||
.IP "\fB\-\-nomd5\fP"
|
.IP "\fB\-\-nomd5\fP"
|
||||||
Ignores MD5 checksum errors when verifying.
|
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"
|
.IP "\fB\-\-noscripts\fP"
|
||||||
Don't execute the verify script (if any).
|
Don't execute the verify script (if any).
|
||||||
|
|
||||||
|
|
6
rpmqv.c
6
rpmqv.c
|
@ -485,10 +485,12 @@ static void printHelp(void) {
|
||||||
_("verify a package installation using the same same package specification options as -q"));
|
_("verify a package installation using the same same package specification options as -q"));
|
||||||
printHelpLine( " --nodeps ",
|
printHelpLine( " --nodeps ",
|
||||||
_("do not verify package dependencies"));
|
_("do not verify package dependencies"));
|
||||||
printHelpLine( " --nomd5 ",
|
|
||||||
_("do not verify file md5 checksums"));
|
|
||||||
printHelpLine( " --nofiles ",
|
printHelpLine( " --nofiles ",
|
||||||
_("do not verify file attributes"));
|
_("do not verify file attributes"));
|
||||||
|
printHelpLine( " --nomd5 ",
|
||||||
|
_("do not verify file md5 checksums"));
|
||||||
|
printHelpLine( " --noscripts ",
|
||||||
|
_("do not execute verify script (if any)"));
|
||||||
puts("");
|
puts("");
|
||||||
printHelpLine( " --querytags ",
|
printHelpLine( " --querytags ",
|
||||||
_("list the tags that can be used in a query format"));
|
_("list the tags that can be used in a query format"));
|
||||||
|
|
Loading…
Reference in New Issue