]> pd.if.org Git - zpackage/blobdiff - doc/zpm-verify.8
expand verify
[zpackage] / doc / zpm-verify.8
index 80a3dc4fdb054ed4d98cf688a10ab221fac51b0a..972cc777339ffba8709117ae105729152a62a9ee 100644 (file)
@@ -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)