Skip to content

Commit

Permalink
fix opt description
Browse files Browse the repository at this point in the history
  • Loading branch information
kajoseph committed Jan 3, 2024
1 parent eedcb3a commit 70cfc60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/bitcore-client/bin/wallet-list
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ program
.version(require('../package.json').version)
.option('--chain <chain>', 'optional - filter the wallets by chain')
.option('--network <network>', 'optional - filter the wallets by network')
.option('--storageType <storageType>', 'optional - default Level - choose the database from where to list wallets')
.option('--path <path>', 'optional - Where wallets are stored')
.option('--storageType <storageType>', 'optional - choose the database from where to list wallets')
.option('--path <path>', 'optional - where wallets are stored')
.parse(process.argv);

const main = async () => {
Expand Down

0 comments on commit 70cfc60

Please sign in to comment.