From a65960bfdf1f9c89945fb720d25c755cde785cf9 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Fri, 17 Jun 2022 09:06:58 +0200 Subject: [PATCH] Add missing man page for supybot-reset-password. --- man/supybot-reset-password.1 | 35 +++++++++++++++++++++++++++++++++++ setup.py | 1 + 2 files changed, 36 insertions(+) create mode 100644 man/supybot-reset-password.1 diff --git a/man/supybot-reset-password.1 b/man/supybot-reset-password.1 new file mode 100644 index 000000000..50981ba9e --- /dev/null +++ b/man/supybot-reset-password.1 @@ -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 +. Permission is granted to copy, +distribute and/or modify this document under the terms of the Supybot +license, a BSD-style license. + diff --git a/setup.py b/setup.py index f205b4474..a84c6df25 100644 --- a/setup.py +++ b/setup.py @@ -216,6 +216,7 @@ setup( ('share/man/man1', ['man/supybot-botchk.1']), ('share/man/man1', ['man/supybot-wizard.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-create.1']), ],