Add missing comma to fix syntax error.

This commit is contained in:
Bastian Kleineidam 2010-09-04 18:01:37 +02:00
parent fb67df662c
commit 59e06a4792

View file

@ -495,7 +495,7 @@ group.add_option("-u", "--user", type="string", dest="username",
For FTP the default username is 'anonymous'. For HTTP there is
no default username. See also -p."""))
group.add_option("-p", "--password", action="store_false", dest="password",
default=False
default=False,
help=_(
"""Read a password from console and try the given password for HTTP and
FTP authorization.