Skip to content

Commit 69f211e

Browse files
author
Florian Lenz
committed
[commands] fixed command descriptions
1 parent 89e8f4d commit 69f211e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ program
4141
program
4242
.command('dapp:stream <signing-key-file>')
4343
.option('-d, --dev', 'Development build mode')
44-
.description('Streaming a DApp')
44+
.description('Stream DApp to pangea')
4545
.action((signingKeyFile, cmd) => {
4646
prompt(streamDAppSchema)
4747
.then(answers => {
@@ -54,7 +54,7 @@ program
5454
program
5555
.command('dapp:build <signing-key-file>')
5656
.option('-d, --dev', 'Development build mode')
57-
.description('Build a DApp')
57+
.description('Bundle DApp')
5858
.action((signingKeyFile, cmd) => {
5959
prompt(buildDAppSchema)
6060
.then(answers => {

0 commit comments

Comments
 (0)