-.TH zpm-contents 8 2018-11-30 "ZPM 0.2"
+.TH zpm-contents 8 2018-12-08 "ZPM 0.3"
.SH NAME
zpm-contents \- list files in a zpm package
.SH SYNOPSIS
.BI -f " pkgfile"
]
[
-.B -ln
+.B -lnqI
]
.RI [ package ...]
.RB [ :
specify the package file to find packages in
.TP
\-n
+list package names only
+.TP
+\-q
list file paths only
.TP
+\-I
+restrict to installed packages
+.TP
\-l
long listing, with file mode and ownership, overrides \-n
.SH EXAMPLES
-zpm contents
+.TP
+zpm contents
+lists all files in the local database
+.TP
+zpm contents -In : /bin/ls
+list which package owns /bin/ls
.SH EXIT STATUS
0 on success non zero on failure
.SH FILES