We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89e8f4d commit 69f211eCopy full SHA for 69f211e
index.js
@@ -41,7 +41,7 @@ program
41
program
42
.command('dapp:stream <signing-key-file>')
43
.option('-d, --dev', 'Development build mode')
44
- .description('Streaming a DApp')
+ .description('Stream DApp to pangea')
45
.action((signingKeyFile, cmd) => {
46
prompt(streamDAppSchema)
47
.then(answers => {
@@ -54,7 +54,7 @@ program
54
55
.command('dapp:build <signing-key-file>')
56
57
- .description('Build a DApp')
+ .description('Bundle DApp')
58
59
prompt(buildDAppSchema)
60
0 commit comments