X-Git-Url: https://git.draconx.ca/gitweb/upkg.git/blobdiff_plain/2cfc23174c99ea95a83cdca4e731949574b1e9c8..ebbe6c853e179221f5f9eeb9f091fcb5b6a3f260:/doc/man/upkg.1 diff --git a/doc/man/upkg.1 b/doc/man/upkg.1 new file mode 100644 index 0000000..172c972 --- /dev/null +++ b/doc/man/upkg.1 @@ -0,0 +1,26 @@ +.Dd September 8, 2009 +.Os libuobject +.Dt UPKG \&1 "UObject Reference Manual" +.Sh NAME +.Nm upkg +.Nd manipulate UObject packages +.Sh SYNOPSIS +.Nm +.Op Fl i Ns | Ns Fl x +.Op Fl v +.Ar package +.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 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 V , -version +Print a version message and exit. +.It Fl H , -help +Print a help message and exit. +.El