From d97c82e5af17641fd51d70a29e54424cd3db30b0 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Wed, 22 Jul 2015 18:40:13 -0400 Subject: [PATCH] correct cmd line msg --- bin/embark | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/embark b/bin/embark index ba533a2a..b512a80e 100644 --- a/bin/embark +++ b/bin/embark @@ -97,7 +97,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"); + console.log("try instead embark deploy; if using meteor then follow that with 'meteor'"); } });