Make auth command's message more descriptive

This commit is contained in:
Marcin Kulik
2014-02-13 23:38:12 +01:00
parent 615986dc61
commit f398e4fd18

View File

@@ -6,5 +6,6 @@ class AuthCommand(object):
def execute(self): def execute(self):
url = '%s/connect/%s' % (self.api_url, self.api_token) url = '%s/connect/%s' % (self.api_url, self.api_token)
print('Open following URL in your browser to authenticate and/or ' \ print('Open the following URL in your browser to register your API ' \
'claim recorded asciicasts:\n%s' % url) 'token and assign any recorded asciicasts to your profile:\n' \
'%s' % url)