mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-12 21:22:36 +01:00
supybot-reset-password: Update help string to match the man page
This commit is contained in:
parent
a65960bfdf
commit
6379a9d43a
@ -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. '
|
||||
|
Loading…
Reference in New Issue
Block a user