mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-18 14:40:51 +01:00
Add missing man page for supybot-reset-password.
This commit is contained in:
parent
fd04fccaec
commit
a65960bfdf
35
man/supybot-reset-password.1
Normal file
35
man/supybot-reset-password.1
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
.\" Process this file with
|
||||||
|
.\" groff -man -Tascii supybot-reset-password.1
|
||||||
|
.\"
|
||||||
|
.TH SUPYBOT-RESET-PASSWORD 1 "JUNE 2022"
|
||||||
|
.SH NAME
|
||||||
|
supybot-reset-password \- Changes a user's password in a Supybot users.conf file
|
||||||
|
.SH SYNOPSIS
|
||||||
|
.B supybot-reset-password
|
||||||
|
.RI [ options ] " users.conf
|
||||||
|
.SH DESCRIPTION
|
||||||
|
.B supybot-reset-password
|
||||||
|
changes a user's password in a Supybot 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 new password to use for the new user.
|
||||||
|
.SH "SEE ALSO"
|
||||||
|
.IR python (1),
|
||||||
|
.IR supybot (1),
|
||||||
|
.IR supybot-adduser (1)
|
||||||
|
.SH AUTHOR
|
||||||
|
This manual page was originally written by Valentin Lorentz
|
||||||
|
<progval plus limnoria at progval dot net>. Permission is granted to copy,
|
||||||
|
distribute and/or modify this document under the terms of the Supybot
|
||||||
|
license, a BSD-style license.
|
||||||
|
|
1
setup.py
1
setup.py
@ -216,6 +216,7 @@ setup(
|
|||||||
('share/man/man1', ['man/supybot-botchk.1']),
|
('share/man/man1', ['man/supybot-botchk.1']),
|
||||||
('share/man/man1', ['man/supybot-wizard.1']),
|
('share/man/man1', ['man/supybot-wizard.1']),
|
||||||
('share/man/man1', ['man/supybot-adduser.1']),
|
('share/man/man1', ['man/supybot-adduser.1']),
|
||||||
|
('share/man/man1', ['man/supybot-reset-password.1']),
|
||||||
('share/man/man1', ['man/supybot-plugin-doc.1']),
|
('share/man/man1', ['man/supybot-plugin-doc.1']),
|
||||||
('share/man/man1', ['man/supybot-plugin-create.1']),
|
('share/man/man1', ['man/supybot-plugin-create.1']),
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user