mirror of https://github.com/embarklabs/embark.git
fix typo in cmd description
This commit is contained in:
parent
324ba904e8
commit
8b326d86db
|
@ -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', {
|
||||
|
|
Loading…
Reference in New Issue