mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 17:01:34 +00:00
Fix usage summary
This commit is contained in:
parent
2efad717d8
commit
4ffd117640
1 changed files with 1 additions and 1 deletions
2
electrum
2
electrum
|
@ -64,7 +64,7 @@ def prompt_password(prompt, confirm=True):
|
||||||
|
|
||||||
def arg_parser():
|
def arg_parser():
|
||||||
usage = "%prog [options] command"
|
usage = "%prog [options] command"
|
||||||
parser = optparse.OptionParser(prog=usage, add_help_option=False)
|
parser = optparse.OptionParser(usage=usage, add_help_option=False)
|
||||||
parser.add_option("-h", "--help", action="callback", callback=print_help_cb, help="show this help text")
|
parser.add_option("-h", "--help", action="callback", callback=print_help_cb, help="show this help text")
|
||||||
parser.add_option("-g", "--gui", dest="gui", help="User interface: qt, lite, gtk, text or stdio")
|
parser.add_option("-g", "--gui", dest="gui", help="User interface: qt, lite, gtk, text or stdio")
|
||||||
parser.add_option("-w", "--wallet", dest="wallet_path", help="wallet path (default: electrum.dat)")
|
parser.add_option("-w", "--wallet", dest="wallet_path", help="wallet path (default: electrum.dat)")
|
||||||
|
|
Loading…
Add table
Reference in a new issue