summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-08-25 17:21:59 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-08-25 17:21:59 (EDT)
commit3e85700b5f7a9d9ed740630dcb2e3684fd9a4f9a (patch)
treeeebcf3963427a20e7048919ee8b8712e377eca9c /man
parentdf1a081b0e92d03a95979a2ecebc7a5517b101db (diff)
prokit-help(1): New manual page
Diffstat (limited to 'man')
-rw-r--r--man/prokit-help.1in35
1 files changed, 35 insertions, 0 deletions
diff --git a/man/prokit-help.1in b/man/prokit-help.1in
new file mode 100644
index 0000000..846231f
--- /dev/null
+++ b/man/prokit-help.1in
@@ -0,0 +1,35 @@
+.TH prokit-help 1 \
+"2014-08-25" "@PACKAGE_NAME@ @PACKAGE_VERSION@" "@MANUAL@"
+
+.SH NAME
+prokit-help \- Print help information
+
+.SH SYNOPSIS
+.B prokit help
+.RI [ command ]
+
+.SH DESCRIPTION
+With no \fIcommand\fP given, \fBprokit help\fP prints a synopsis and option list
+for the \fBprokit\fP command and a list of prokit commands with descriptions.
+.sp
+With a \fIcommand\fP given, \fBprokit help\fP prints a synopsis for that
+\fIcommand\fP.
+.sp
+Note that \fBprokit -h\fP [\fIcommand\fP] is equivalent to \fBprokit help\fP
+[\fIcommand\fP].
+
+.SH COPYRIGHT
+Copyright (C) 2014 Patrick "P. J." McDermott
+.sp
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 2 of the License, or
+(at your option) any later version.
+.sp
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+.sp
+You should have received a copy of the GNU General Public License
+along with this program. If not, see <http://www.gnu.org/licenses/>.