correct cmd line msg

This commit is contained in:
Iuri Matias 2015-07-22 18:40:13 -04:00
parent 24f69bb16f
commit d97c82e5af
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ program.command('run [env]').description('run dapp').action(function(env_) {
} }
else { else {
console.log("command not available in meteor or manual mode yet"); console.log("command not available in meteor or manual mode yet");
console.log("try instead embark run"); console.log("try instead embark deploy; if using meteor then follow that with 'meteor'");
} }
}); });