Skip to content

Commit a7a4f8c

Browse files
feat: improve deploy help message to include config file name and default chain
1 parent b8e663c commit a7a4f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ yargsInstance
9292
builder: (y) => {
9393
return y.option('chain', {
9494
describe:
95-
'Specify the blockchain on which the iApp will be deployed (overrides defaultChain configuration)',
95+
'Specify the blockchain on which the iApp will be deployed (overrides defaultChain configuration in iapp.config.json)',
9696
type: 'string',
9797
choices: SUPPORTED_CHAINS,
9898
});

0 commit comments

Comments
 (0)