'receiving':(None,"--receiving","Show only receiving addresses"),
'receiving':(None,"Show only receiving addresses"),
'change':(None,"--change","Show only change addresses"),
'change':(None,"Show only change addresses"),
'frozen':(None,"--frozen","Show only frozen addresses"),
'frozen':(None,"Show only frozen addresses"),
'unused':(None,"--unused","Show only unused addresses"),
'unused':(None,"Show only unused addresses"),
'funded':(None,"--funded","Show only funded addresses"),
'funded':(None,"Show only funded addresses"),
'show_balance':("-b","--balance","Show the balances of listed addresses"),
'balance':("-b","Show the balances of listed addresses"),
'show_labels':("-l","--labels","Show the labels of listed addresses"),
'labels':("-l","Show the labels of listed addresses"),
'nocheck':(None,"--nocheck","Do not verify aliases"),
'nocheck':(None,"Do not verify aliases"),
'imax':(None,"--imax","Maximum number of inputs"),
'imax':(None,"Maximum number of inputs"),
'tx_fee':("-f","--fee","Transaction fee (in BTC)"),
'fee':("-f","Transaction fee (in BTC)"),
'from_addr':("-F","--from","Source address. If it isn't in the wallet, it will ask for the private key unless supplied in the format public_key:private_key. It's not saved in the wallet."),
'from_addr':("-F","Source address. If it isn't in the wallet, it will ask for the private key unless supplied in the format public_key:private_key. It's not saved in the wallet."),
'change_addr':("-c","--change","Change address. Default is a spare address, or the source address if it's not in the wallet"),
'change_addr':("-c","Change address. Default is a spare address, or the source address if it's not in the wallet"),
'nbits':(None,"--nbits","Number of bits of entropy"),
'nbits':(None,"Number of bits of entropy"),
'entropy':(None,"--entropy","Custom entropy"),
'entropy':(None,"Custom entropy"),
'segwit':(None,"--segwit","Create segwit seed"),
'segwit':(None,"Create segwit seed"),
'language':("-L","--lang","Default language for wordlist"),
'language':("-L","Default language for wordlist"),
'gap_limit':("-G","--gap","Gap limit"),
'privkey':(None,"Private key. Set to '?' to get a prompt."),
'privkey':(None,"--privkey","Private key. Set to '?' to get a prompt."),
'unsigned':("-u","Do not sign transaction"),
'unsigned':("-u","--unsigned","Do not sign transaction"),