diff --git a/commands/contract/call.js b/commands/contract/call.js index 8ed78d62..aa64e33d 100644 --- a/commands/contract/call.js +++ b/commands/contract/call.js @@ -10,7 +10,7 @@ module.exports = { command: 'call [args]', desc: 'Call method in smart contract', builder: (yargs) => yargs - .option('signAs', { + .option('useAccount', { required: true, alias: ['accountId'], desc: 'accountId that will execute the actions',