X-Git-Url: https://pd.if.org/git/?p=zpackage;a=blobdiff_plain;f=doc%2Fzpm-verify.8;h=972cc777339ffba8709117ae105729152a62a9ee;hp=80a3dc4fdb054ed4d98cf688a10ab221fac51b0a;hb=ce38dde467cb64991032812eaaac31deb3c39da5;hpb=40d7f10b59743ed088c33c6b129373652ca9a59a diff --git a/doc/zpm-verify.8 b/doc/zpm-verify.8 index 80a3dc4..972cc77 100644 --- a/doc/zpm-verify.8 +++ b/doc/zpm-verify.8 @@ -1,4 +1,4 @@ -.TH zpm-verify 8 2019-02-15 "ZPM 0.3" +.TH zpm-verify 8 2019-02-18 "ZPM 0.3" .SH NAME zpm-verify \- verify installed packages .SH SYNOPSIS @@ -6,16 +6,23 @@ zpm-verify \- verify installed packages [ .BI -f " pkgfile" ] +.B -Fe .RI [ package ...] .SH DESCRIPTION \fBzpm-verify\fR -Will check installed files against the metadata recorded in the -local database. For each package given, file size, permissions, -ownership, and content will be checked. +Will check installed files against the metadata recorded in the local database. +For each package given, file content, permissions, and ownership will be +checked. Packages can be partial package ids. .SH OPTIONS .TP .BI \-f path specify the package file to find package metadata in +.TP +.B \-F +Only output failed tests. +.TP +.B \-e +If a package given is not installed, skip it rather than erroring. .SH EXAMPLES .TP .B zpm verify less-543-1 @@ -30,3 +37,4 @@ ZPMDB Nathan Wagner .SH SEE ALSO .BR zpm (8) +.BR zpm-findpkg (8)