mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-22 20:18:22 +00:00
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…
x
Reference in New Issue
Block a user