diff --git a/packages/bitcore-client/bin/wallet-list b/packages/bitcore-client/bin/wallet-list index b88e4840bab..761b2f76eff 100755 --- a/packages/bitcore-client/bin/wallet-list +++ b/packages/bitcore-client/bin/wallet-list @@ -8,8 +8,8 @@ program .version(require('../package.json').version) .option('--chain ', 'optional - filter the wallets by chain') .option('--network ', 'optional - filter the wallets by network') - .option('--storageType ', 'optional - default Level - choose the database from where to list wallets') - .option('--path ', 'optional - Where wallets are stored') + .option('--storageType ', 'optional - choose the database from where to list wallets') + .option('--path ', 'optional - where wallets are stored') .parse(process.argv); const main = async () => {