mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-05 10:39:22 +01:00
c333af9a44
The 'supybot-*' variants will be deprecated in a year or two, to give distributions time to provide the new names before updating install/usage documentation.
43 lines
1.2 KiB
Groff
43 lines
1.2 KiB
Groff
.\" Process this file with
|
|
.\" groff -man -Tascii limnoria-adduser.1
|
|
.\"
|
|
.TH LIMNORIA-ADDUSER 1 "APRIL 2005"
|
|
.SH NAME
|
|
limnoria-adduser \- Adds a user to a Limnoria users.conf file
|
|
.SH SYNOPSIS
|
|
.B limnoria-adduser
|
|
.RI [ options ] " users.conf
|
|
.SH DESCRIPTION
|
|
.B limnoria-adduser
|
|
adds a user to the specified users.conf file.
|
|
.SH OPTIONS
|
|
.TP
|
|
.B \-\^\-version
|
|
Show version of program.
|
|
.TP
|
|
.BR \-h ", " \-\^\-help
|
|
Show summary of options.
|
|
.TP
|
|
.BR \-u " NAME" "\fR,\fP \-\^\-username=" NAME
|
|
Specifies the username to use for the new user.
|
|
.TP
|
|
.BR \-p " PASSWORD" "\fR,\fP \-\^\-password=" PASSWORD
|
|
Specifies the password to use for the new user.
|
|
.TP
|
|
.BR \-c " CAPABILITY" "\fR,\fP \-\^\-capability=" CAPABILITY
|
|
Capability the user should have; this option may be given
|
|
multiple times.
|
|
.SH "SEE ALSO"
|
|
.IR python (1),
|
|
.IR limnoria (1),
|
|
.IR limnoria-test (1),
|
|
.IR limnoria-botchk (1),
|
|
.IR limnoria-wizard (1),
|
|
.IR limnoria-plugin-doc (1),
|
|
.IR limnoria-plugin-create (1)
|
|
.SH AUTHOR
|
|
This manual page was originally written by James McCoy
|
|
<vega dot james at gmail dot com>. Permission is granted to copy,
|
|
distribute and/or modify this document under the terms of the Limnoria
|
|
license, a BSD-style license.
|