Navigation Menu

Skip to content

Commit

Permalink
[fix doc] Update message to users when logging in. Fixes #395.
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Feb 21, 2013
1 parent 8e3e319 commit e220c01
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/jitsu/commands.js
Expand Up @@ -11,8 +11,7 @@ jitsu.use(require('flatiron-cli-users'), {
before: {
login: function (details, next) {
if (!details || !details.username) {
jitsu.log.warn('Login is required to continue');
jitsu.log.info('To login, an activated nodejitsu account is required');
jitsu.log.help('An activated nodejitsu account is required to login');
jitsu.log.help('To create a new account use the ' + 'jitsu signup'.magenta + ' command');
}
next();
Expand Down

0 comments on commit e220c01

Please sign in to comment.