]> git.draconx.ca Git - upkg.git/commitdiff
upkg: Add a simple man page.
authorNick Bowler <nbowler@draconx.ca>
Tue, 8 Sep 2009 17:48:43 +0000 (13:48 -0400)
committerNick Bowler <nbowler@draconx.ca>
Tue, 8 Sep 2009 17:48:43 +0000 (13:48 -0400)
Makefile.am
doc/man/upkg.1 [new file with mode: 0644]

index 7f206b76cd4b629eac4cc126e8e19f874122e34c..2b9c072699ce8b7d120b3b64552a857cdf0e850a 100644 (file)
@@ -8,6 +8,8 @@ ACLOCAL_AMFLAGS = -I m4
 
 EXTRA_DIST = m4/gnulib-cache.m4
 
+dist_man_MANS = doc/man/upkg.1
+
 DIST_SUBDIRS = libltdl lib src
 SUBDIRS = lib
 
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