X-Git-Url: http://git.draconx.ca/gitweb/upkg.git/blobdiff_plain/ebbe6c853e179221f5f9eeb9f091fcb5b6a3f260..47b409bd9db9e40c113860e2d6a1b84cef6e2ebe:/doc/man/upkg.1 diff --git a/doc/man/upkg.1 b/doc/man/upkg.1 index 172c972..f3a1009 100644 --- a/doc/man/upkg.1 +++ b/doc/man/upkg.1 @@ -1,4 +1,4 @@ -.Dd September 8, 2009 +.Dd June 17, 2010 .Os libuobject .Dt UPKG \&1 "UObject Reference Manual" .Sh NAME @@ -6,21 +6,35 @@ .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 -.Ar package +.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 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