mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-24 04:31:27 +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