opts.py: refactor usage(), version(), show_hash_presets()
This commit is contained in:
parent
a3354aed74
commit
f6843a3fcd
21 changed files with 85 additions and 37 deletions
|
|
@ -275,7 +275,7 @@ def main():
|
|||
die(1,'--coin option must be ETH or ETC')
|
||||
|
||||
if not len(cfg._args) == 1:
|
||||
cfg._opts.usage()
|
||||
cfg._usage()
|
||||
|
||||
code = create_src( cfg, solidity_code_template, token_data )
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue