mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-19 22:01:00 +00:00
Add missing comma to fix syntax error.
This commit is contained in:
parent
fb67df662c
commit
59e06a4792
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue