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

Commit

Permalink
fix: small error in delete account param descr.
Browse files Browse the repository at this point in the history
  • Loading branch information
luciotato committed Aug 23, 2020
1 parent 1712b50 commit 5a6a5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/near-cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const deleteAccount = {
desc: 'delete an account and transfer funds to beneficiary account.',
builder: (yargs) => yargs
.option('accountId', {
desc: 'Account to view',
desc: 'Account to delete',
type: 'string',
required: true
})
Expand Down

0 comments on commit 5a6a5cf

Please sign in to comment.