Skip to content

Commit

Permalink
chore: fix description for upgrade cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Jul 29, 2024
1 parent e0dece9 commit d087705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sui/deploy-contract.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ if (require.main === module) {

const upgradeCmd = program
.name('upgrade')
.description('Upgrade SUI modules')
.description('Upgrade a Sui package')
.command('upgrade <contractName> <policy>')
.addOption(new Option('--sender <sender>', 'transaction sender'))
.addOption(new Option('--digest <digest>', 'digest hash for upgrade'))
Expand Down

0 comments on commit d087705

Please sign in to comment.