'frozen':(None,"--frozen",False,"Show only frozen addresses"),
'frozen':(None,"--frozen","Show only frozen addresses"),
'unused':(None,"--unused",False,"Show only unused addresses"),
'unused':(None,"--unused","Show only unused addresses"),
'funded':(None,"--funded",False,"Show only funded addresses"),
'funded':(None,"--funded","Show only funded addresses"),
'show_balance':("-b","--balance",False,"Show the balances of listed addresses"),
'show_balance':("-b","--balance","Show the balances of listed addresses"),
'show_labels':("-l","--labels",False,"Show the labels of listed addresses"),
'show_labels':("-l","--labels","Show the labels of listed addresses"),
'nocheck':(None,"--nocheck",False,"Do not verify aliases"),
'nocheck':(None,"--nocheck","Do not verify aliases"),
'tx_fee':("-f","--fee",None,"Transaction fee (in BTC)"),
'tx_fee':("-f","--fee","Transaction fee (in BTC)"),
'from_addr':("-F","--from",None,"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","--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."),
'change_addr':("-c","--change",None,"Change address. Default is a spare address, or the source address if it's not 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"),
'nbits':(None,"--nbits",128,"Number of bits of entropy"),
'nbits':(None,"--nbits","Number of bits of entropy"),
'entropy':(None,"--entropy",1,"Custom entropy"),
'entropy':(None,"--entropy","Custom entropy"),
'language':("-L","--lang",None,"Default language for wordlist"),
'language':("-L","--lang","Default language for wordlist"),
'gap_limit':("-G","--gap",None,"Gap limit"),
'gap_limit':("-G","--gap","Gap limit"),
'mpk':(None,"--mpk",None,"Restore from master public key"),
'mpk':(None,"--mpk","Restore from master public key"),