mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 02:49:27 +01:00
Update my email address in the man pages and add supybot-test.1
This commit is contained in:
parent
9d48f2c879
commit
53149cced4
@ -37,6 +37,6 @@ multiple times.
|
||||
.IR supybot-plugin-create (1)
|
||||
.SH AUTHOR
|
||||
This manual page was originally written by James Vega
|
||||
<vega dot james at gmail dot com>. Permission is granted to copy,
|
||||
<jamessan at supybot dot com>. Permission is granted to copy,
|
||||
distribute and/or modify this document under the terms of the Supybot
|
||||
license, a BSD-style license.
|
||||
|
@ -40,15 +40,15 @@ is in the user's $PATH.
|
||||
Specifies the path to the bot's configuration file. This will be used
|
||||
when (re)starting the bot.
|
||||
.SH "SEE ALSO"
|
||||
.IR python (1),
|
||||
.IR supybot (1),
|
||||
.IR supybot-test (1),
|
||||
.IR supybot-wizard (1),
|
||||
.IR supybot-adduser (1),
|
||||
.IR supybot-plugin-doc (1),
|
||||
.IR python (1),
|
||||
.IR supybot (1),
|
||||
.IR supybot-test (1),
|
||||
.IR supybot-wizard (1),
|
||||
.IR supybot-adduser (1),
|
||||
.IR supybot-plugin-doc (1),
|
||||
.IR supybot-plugin-create (1)
|
||||
.SH AUTHOR
|
||||
This manual page was originally written by James Vega
|
||||
<vega dot james at gmail dot com>. Permission is granted to copy,
|
||||
<jamessan at supybot dot com>. Permission is granted to copy,
|
||||
distribute and/or modify this document under the terms of the Supybot
|
||||
license, a BSD-style license.
|
||||
|
@ -38,6 +38,6 @@ Specify what real name the copyright is assigned to.
|
||||
.IR supybot-plugin-doc (1)
|
||||
.SH AUTHOR
|
||||
This manual page was originally written by James Vega
|
||||
<vega dot james at gmail dot com>. Permission is granted to copy,
|
||||
<jamessan at supybot dot com>. Permission is granted to copy,
|
||||
distribute and/or modify this document under the terms of the Supybot
|
||||
license, a BSD-style license.
|
||||
|
@ -40,6 +40,6 @@ them.
|
||||
.IR supybot-plugin-create (1)
|
||||
.SH AUTHOR
|
||||
This manual page was originally written by James Vega
|
||||
<vega dot james at gmail dot com>. Permission is granted to copy,
|
||||
<jamessan at supybot dot com>. Permission is granted to copy,
|
||||
distribute and/or modify this document under the terms of the Supybot
|
||||
license, a BSD-style license.
|
||||
|
51
docs/man/supybot-test.1
Normal file
51
docs/man/supybot-test.1
Normal file
@ -0,0 +1,51 @@
|
||||
.\" Process this file with
|
||||
.\" groff -man -Tascii supybot-test.1
|
||||
.\"
|
||||
.TH SUPYBOT-TEST 1 "OCTOBER 2005"
|
||||
.SH NAME
|
||||
supybot-test \- Runs the test suite for a Supybot plugin
|
||||
.SH SYNOPSIS
|
||||
.B supybot-test
|
||||
.RI [ options ] " plugins
|
||||
.SH DESCRIPTION
|
||||
.B supybot-test
|
||||
Runs the test suite for a Supybot plugin
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
.B \-\^\-version
|
||||
Show version of program.
|
||||
.TP
|
||||
.BR \-h ", " \-\^\-help
|
||||
Show summary of options.
|
||||
.TP
|
||||
.BR \-c ", " \-\^\-clean
|
||||
Cleans the various data/conf/logs directories before running tests.
|
||||
.TP
|
||||
.BR \-t " TIMEOUT" "\fR,\fP \-\^\-timeout=" TIMEOUT
|
||||
Specifies the timeout for tests to return responses.
|
||||
.TP
|
||||
.BR \-v ", " \-\^\-verbose
|
||||
Sets the verbose flag, logging extra information about each test that runs.
|
||||
.TP
|
||||
.BR \-\^\-no\-network
|
||||
Prevents the network-based tests from being run.
|
||||
.TP
|
||||
.BR \-\^\-trace
|
||||
Traces all calls made. Unless you're really in a pinch, you probably
|
||||
shouldn't do this; it results in copious amounts of output.
|
||||
.TP
|
||||
.BR "\fR,\fP \-\^\-plugins\-dir=" PLUGINSDIR
|
||||
Looks in the given directory for plugins and loads the tests for all of them.
|
||||
.SH "SEE ALSO"
|
||||
.IR python (1),
|
||||
.IR supybot (1),
|
||||
.IR supybot-botchk (1),
|
||||
.IR supybot-wizard (1),
|
||||
.IR supybot-adduser (1),
|
||||
.IR supybot-plugin-doc (1),
|
||||
.IR supybot-plugin-create (1)
|
||||
.SH AUTHOR
|
||||
This manual page was originally written by James Vega
|
||||
<jamessan at supybot dot com>. Permission is granted to copy,
|
||||
distribute and/or modify this document under the terms of the Supybot
|
||||
license, a BSD-style license.
|
@ -37,6 +37,6 @@ connection.
|
||||
.IR supybot-plugin-create (1)
|
||||
.SH AUTHOR
|
||||
This manual page was originally written by James Vega
|
||||
<vega dot james at gmail dot com>. Permission is granted to copy,
|
||||
<jamessan at supybot dot com>. Permission is granted to copy,
|
||||
distribute and/or modify this document under the terms of the Supybot
|
||||
license, a BSD-style license.
|
||||
|
@ -61,6 +61,6 @@ script.
|
||||
.IR supybot-plugin-create (1)
|
||||
.SH AUTHOR
|
||||
This manual page was originally written by James Vega
|
||||
<vega dot james at gmail dot com>. Permission is granted to copy,
|
||||
<jamessan at supybot dot com>. Permission is granted to copy,
|
||||
distribute and/or modify this document under the terms of the Supybot
|
||||
license, a BSD-style license.
|
||||
|
Loading…
Reference in New Issue
Block a user