Skip to content

Commit

Permalink
Add required message to commmand option account balance
Browse files Browse the repository at this point in the history
  • Loading branch information
michielmulders committed Jan 17, 2025
1 parent da796c5 commit 4d445b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/account/balance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default (program: any) => {
.description('Retrieve the balance for an account ID or alias')
.requiredOption(
'-a, --account-id-or-alias <accountIdOrAlias>',
'Account ID or account alias to retrieve balance for',
'(Required) Account ID or account alias to retrieve balance for',
)
.option('-h, --only-hbar', 'Show only Hbar balance')
.option('-t, --token-id <tokenId>', 'Show balance for a specific token ID')
Expand Down

0 comments on commit 4d445b2

Please sign in to comment.