diff --git a/commands/contract/deploy.js b/commands/contract/deploy.js index a5807e4b..1149f26f 100644 --- a/commands/contract/deploy.js +++ b/commands/contract/deploy.js @@ -9,7 +9,7 @@ const inspectResponse = require('../../utils/inspect-response'); const { DEFAULT_NETWORK } = require('../../config'); module.exports = { - command: 'deploy [...]', + command: 'deploy ', desc: 'Deploy a contract to an existing account (optionally initializing it)', builder: (yargs) => yargs .option('wasmFile', {