fix typo in cmd description

This commit is contained in:
Iuri Matias 2018-03-29 18:12:07 -04:00
parent 324ba904e8
commit 8b326d86db
1 changed files with 1 additions and 1 deletions

View File

@ -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', {