bitcore-wallet icon indicating copy to clipboard operation
bitcore-wallet copied to clipboard

Incorrect argument names for import

Open abrkn opened this issue 7 years ago • 0 comments

➜  bitcore-wallet git:(master) bin/wallet-import

  Usage: wallet-import [options] <backup> <passphrase>

  Options:

    -h, --help                       output usage information
    -V, --version                    output the version number
    -f, --file <filename>            Wallet file
    -h, --host <host>                Bitcore Wallet Service URL (eg: http://localhost:3001/copay/api
    -v, --verbose                    be verbose
    -t, --testnet                    testnet network
    -f, --file                       import from file
    -q, --qr                         import from a QR code
    -e, --exportpassword <password>  a password to decrypt the data being imported
    -p, --password                   Encrypt wallet. Will ask password interactively

--file/-f is used twice

abrkn avatar Jul 21 '17 11:07 abrkn