Skip to content

Commit

Permalink
change composer cli example to one that works (hyperledger-archives#3704
Browse files Browse the repository at this point in the history
)

Signed-off-by: andrew-coleman <[email protected]>
andrew-coleman authored and Simon Stone committed Mar 28, 2018
1 parent ba688e7 commit 7b2735d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/composer-cli/cli.js
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ const version = 'v' +require('./package.json').version;
let results = yargs
.commandDir('./lib/cmds')
.help()
.example('composer archive create\ncomposer identity issue\ncomposer network deploy\ncomposer participant add\ncomposer transaction submit')
.example('composer archive create\ncomposer identity issue\ncomposer network install\ncomposer participant add\ncomposer transaction submit')
.demand(1)
.wrap(null)
.strict()

0 comments on commit 7b2735d

Please sign in to comment.