Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
fix: remove [...] from command
Browse files Browse the repository at this point in the history
  • Loading branch information
gagdiez committed Feb 26, 2024
1 parent ba6c986 commit 1a1f0f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/contract/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const inspectResponse = require('../../utils/inspect-response');
const { DEFAULT_NETWORK } = require('../../config');

module.exports = {
command: 'deploy <account-id> <wasm-file> [...]',
command: 'deploy <account-id> <wasm-file>',
desc: 'Deploy a contract to an existing account (optionally initializing it)',
builder: (yargs) => yargs
.option('wasmFile', {
Expand Down

0 comments on commit 1a1f0f1

Please sign in to comment.