mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 11:48:13 +01:00
Make auth command's message more descriptive
This commit is contained in:
@@ -6,5 +6,6 @@ class AuthCommand(object):
|
||||
|
||||
def execute(self):
|
||||
url = '%s/connect/%s' % (self.api_url, self.api_token)
|
||||
print('Open following URL in your browser to authenticate and/or ' \
|
||||
'claim recorded asciicasts:\n%s' % url)
|
||||
print('Open the following URL in your browser to register your API ' \
|
||||
'token and assign any recorded asciicasts to your profile:\n' \
|
||||
'%s' % url)
|
||||
|
||||
Reference in New Issue
Block a user