]> git.draconx.ca Git - upkg.git/blobdiff - doc/man/upkg.1
upkg: Add support for querying specific objects.
[upkg.git] / doc / man / upkg.1
index 172c9728f89f56dde2e53938f0973488b36fa7e4..3bc15d0564aab9c55440239f8bedf412188033be 100644 (file)
@@ -1,4 +1,4 @@
-.Dd September 8, 2009
+.Dd June 17, 2010
 .Os libuobject
 .Dt UPKG \&1 "UObject Reference Manual"
 .Sh NAME
@@ -8,7 +8,8 @@
 .Nm
 .Op Fl i Ns | Ns Fl x
 .Op Fl v
-.Ar package
+.Op Fl f Ar package
+.Op Ar object ...
 .Sh OPTIONS
 .Bl -tag -width indent
 .It Fl i , -info
@@ -19,8 +20,19 @@ Export all exportable objects from a package.
 .It Fl v , -verbose
 Increase the amount of information printed to standard output.  This option can
 be specified multiple times for increased effect.
+.It Fl f , -file Ar package
+Loads a specific package by filename.  Currently, this is the only way to load
+packages.
 .It Fl V , -version
 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