mirror of
https://github.com/coursera-dl/coursera-dl.git
synced 2026-01-23 02:35:37 +00:00
Mention that username is email address in command-line options
fix #625
This commit is contained in:
parent
98e4c14106
commit
ad61d52a5b
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ def parse_args(args=None):
|
|||
dest='username',
|
||||
action='store',
|
||||
default=None,
|
||||
help='coursera username')
|
||||
help='username (email) that you use to login to Coursera')
|
||||
|
||||
group_basic.add_argument('-p',
|
||||
'--password',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue