]> git.draconx.ca Git - upkg.git/blobdiff - doc/man/upkg.1
upkg: Add a simple man page.
[upkg.git] / doc / man / upkg.1
diff --git a/doc/man/upkg.1 b/doc/man/upkg.1
new file mode 100644 (file)
index 0000000..172c972
--- /dev/null
@@ -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