From 8b326d86dbb760cfc4dbf1c465240e6dcc2dfd94 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Thu, 29 Mar 2018 18:12:07 -0400 Subject: [PATCH] fix typo in cmd description --- lib/cmd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cmd.js b/lib/cmd.js index ab76482a3..8f350b72f 100644 --- a/lib/cmd.js +++ b/lib/cmd.js @@ -109,7 +109,7 @@ class Cmd { blockchain() { program .command('blockchain [environment]') - .option('-c, --client [client]', 'Use a specific ethereum client or simulator (supported: geth, testrpc') + .option('-c, --client [client]', 'Use a specific ethereum client or simulator (supported: geth, testrpc)') .description('run blockchain server (default: development)') .action(function (env, options) { embark.initConfig(env || 'development', {