]> pd.if.org Git - zpackage/commitdiff
more contents docs
authorNathan Wagner <nw@hydaspes.if.org>
Sun, 9 Dec 2018 01:45:44 +0000 (01:45 +0000)
committerNathan Wagner <nw@hydaspes.if.org>
Sun, 9 Dec 2018 10:22:39 +0000 (10:22 +0000)
doc/zpm-contents.8

index 30a320208ef07ef241e4f703861e50dbe0a4a4d3..92319da3f8da4db92f8d52ca43b5da20d67fbfc7 100644 (file)
@@ -1,4 +1,4 @@
-.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
@@ -7,7 +7,7 @@ zpm-contents \- list files in a zpm package
 .BI -f " pkgfile"
 ]
 [
-.B -ln
+.B -lnqI
 ]
 .RI [ package ...]
 .RB [ :
@@ -22,12 +22,23 @@ terminated with ':' and any additional arguments are glob patterns.
 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