Fix tiny text issue

This commit is contained in:
Juan Cruz Viotti 2015-04-07 08:07:06 -04:00
parent 85f9234c74
commit 03f05305cf
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@
description: 'login to resin.io',
help: "Use this command to login to your resin.io account.\n\nTo login, you need your token, which is accesible from the preferences page:\n\n " + TOKEN_URL + "\n\nExamples:\n\n $ resin login\n $ resin login \"eyJ0eXAiOiJKV1Qi...\"",
action: function(params, options, done) {
console.info("To login to the Resin CLI, you need your unique token, which is accesible from\nthe preferences page at " + TOKEN_URL + "\n\nAttempting to open a browser at such location...");
console.info("To login to the Resin CLI, you need your unique token, which is accesible from\nthe preferences page at " + TOKEN_URL + "\n\nAttempting to open a browser at that location...");
return async.waterfall([
function(callback) {
return open(TOKEN_URL, function(error) {

View File

@ -45,7 +45,7 @@ exports.login =
To login to the Resin CLI, you need your unique token, which is accesible from
the preferences page at #{TOKEN_URL}
Attempting to open a browser at such location...
Attempting to open a browser at that location...
"""
async.waterfall([