mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 20:59:27 +01:00
Update the man pages.
This commit is contained in:
parent
482a49022c
commit
3abadc4aec
@ -1,7 +1,7 @@
|
|||||||
.\" Process this file with
|
.\" Process this file with
|
||||||
.\" groff -man -Tascii supybot-adduser.1
|
.\" groff -man -Tascii supybot-adduser.1
|
||||||
.\"
|
.\"
|
||||||
.TH SUPYBOT\-ADDUSER 1 "SEPTEMBER 2004"
|
.TH SUPYBOT\-ADDUSER 1 "APRIL 2005"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
supybot\-adduser \- Adds a user to a Supybot users.conf file
|
supybot\-adduser \- Adds a user to a Supybot users.conf file
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@ -22,6 +22,9 @@ Show summary of options.
|
|||||||
.BR \-u " NAME" "\fR,\fP \-\^\-username=" NAME
|
.BR \-u " NAME" "\fR,\fP \-\^\-username=" NAME
|
||||||
Specifies the username to use for the new user.
|
Specifies the username to use for the new user.
|
||||||
.TP
|
.TP
|
||||||
|
.BR \-p " PASSWORD" "\fR,\fP \-\^\-password=" PASSWORD
|
||||||
|
Specifies the password to use for the new user.
|
||||||
|
.TP
|
||||||
.BR \-x ", " \-\^\-hashed
|
.BR \-x ", " \-\^\-hashed
|
||||||
Hash encrypt the password.
|
Hash encrypt the password.
|
||||||
.TP
|
.TP
|
||||||
@ -34,8 +37,11 @@ multiple times.
|
|||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.IR python (1),
|
.IR python (1),
|
||||||
.IR supybot (1),
|
.IR supybot (1),
|
||||||
|
.IR supybot\-test (1),
|
||||||
|
.IR supybot\-botchk (1),
|
||||||
.IR supybot\-wizard (1),
|
.IR supybot\-wizard (1),
|
||||||
.IR supybot\-newplugin (1)
|
.IR supybot\-plugin\-doc (1),
|
||||||
|
.IR supybot\-plugin\-create (1)
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
This manual page was originally written by James Vega
|
This manual page was originally written by James Vega
|
||||||
<vega dot james at gmail dot com>. Permission is granted to copy,
|
<vega dot james at gmail dot com>. Permission is granted to copy,
|
||||||
|
@ -31,8 +31,11 @@ connection.
|
|||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.IR python (1),
|
.IR python (1),
|
||||||
.IR supybot (1),
|
.IR supybot (1),
|
||||||
|
.IR supybot\-test (1),
|
||||||
|
.IR supybot\-botchk (1),
|
||||||
.IR supybot\-adduser (1),
|
.IR supybot\-adduser (1),
|
||||||
.IR supybot\-newplugin (1)
|
.IR supybot\-plugin\-doc (1),
|
||||||
|
.IR supybot\-plugin\-create (1)
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
This manual page was originally written by James Vega
|
This manual page was originally written by James Vega
|
||||||
<vega dot james at gmail dot com>. Permission is granted to copy,
|
<vega dot james at gmail dot com>. Permission is granted to copy,
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
.\" Process this file with
|
.\" Process this file with
|
||||||
.\" groff -man -Tascii supybot.1
|
.\" groff -man -Tascii supybot.1
|
||||||
.\"
|
.\"
|
||||||
.TH SUPYBOT 1 "SEPTEMBER 2004"
|
.TH SUPYBOT 1 "APRIL 2005"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
supybot \- A robust and user friendly Python IRC bot
|
supybot \- A robust and user friendly Python IRC bot
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@ -27,7 +27,7 @@ Show summary of options.
|
|||||||
Enable profiling.
|
Enable profiling.
|
||||||
.TP
|
.TP
|
||||||
.B \-O
|
.B \-O
|
||||||
Optimizes asserts out of the code; \-O0 optimizes asserts and uses
|
Optimizes asserts out of the code; \-OO optimizes asserts and uses
|
||||||
.IR psyco .
|
.IR psyco .
|
||||||
.TP
|
.TP
|
||||||
.BI \-n " NICK" "\fR,\fP \-\^\-nick=" NICK
|
.BI \-n " NICK" "\fR,\fP \-\^\-nick=" NICK
|
||||||
@ -58,9 +58,12 @@ Determines whether some extra debugging stuff will be logged by this
|
|||||||
script.
|
script.
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.IR python (1),
|
.IR python (1),
|
||||||
|
.IR supybot\-test (1),
|
||||||
|
.IR supybot\-botchk (1),
|
||||||
.IR supybot\-wizard (1),
|
.IR supybot\-wizard (1),
|
||||||
.IR supybot\-adduser (1),
|
.IR supybot\-adduser (1),
|
||||||
.IR supybot\-newplugin (1)
|
.IR supybot\-plugin\-doc (1),
|
||||||
|
.IR supybot\-plugin\-create (1)
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
This manual page was originally written by James Vega
|
This manual page was originally written by James Vega
|
||||||
<vega dot james at gmail dot com>. Permission is granted to copy,
|
<vega dot james at gmail dot com>. Permission is granted to copy,
|
||||||
|
Loading…
Reference in New Issue
Block a user