]> git.draconx.ca Git - upkg.git/blobdiff - doc/man/upkg.1
libupkg: Make decodeindex test accept an empty string.
[upkg.git] / doc / man / upkg.1
index 93540202c0c400ff3d011fd4c062ddc62a60e646..f3a100901be8758500cd9efbad96c02c05a08fba 100644 (file)
@@ -6,14 +6,17 @@
 .Nd manipulate UObject packages
 .Sh SYNOPSIS
 .Nm
-.Op Fl i Ns | Ns Fl x
+.Op Fl i Ns | Ns Fl l Ns | Ns Fl x
 .Op Fl v
 .Op Fl f Ar package
+.Op Ar object ...
 .Sh OPTIONS
 .Bl -tag -width indent
 .It Fl i , -info
 Display information about a package.  More information is displayed at higher
 verbosity levels.
+.It Fl l , -list
+List objects belonging to a package.
 .It Fl x , -export
 Export all exportable objects from a package.
 .It Fl v , -verbose
@@ -26,4 +29,12 @@ packages.
 Print a version message and exit.
 .It Fl H , -help
 Print a help message and exit.
+.It Ar object
+Specifies the object(s) upon which
+.Nm
+shall operate.  If no object is specified,
+.Nm
+will use the last package specified by the
+.Fl f
+option.
 .El