add clarification to embark run cmd

This commit is contained in:
Iuri Matias 2015-07-14 19:11:16 -04:00
parent dcc9aa7631
commit b5f7d32d65

View File

@ -94,6 +94,7 @@ program.command('run [env]').description('run dapp').action(function(env_) {
}
else {
console.log("command not available in meteor or manual mode yet");
console.log("try instead embark run");
}
});