supybot-reset-password: Update help string to match the man page

This commit is contained in:
Valentin Lorentz 2022-06-17 09:11:35 +02:00
parent a65960bfdf
commit 6379a9d43a
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ def main():
help='username for the user.')
parser.add_option('-p', '--password', action='store', default='',
dest='password',
help='password for the user.')
help='new password for the user.')
(options, args) = parser.parse_args()
if len(args) != 1:
parser.error('Specify the users.conf file you\'d like to use. '