Browse Source

More clear description of sendpayment -P option

master
Kristaps Kaupe 8 years ago
parent
commit
4f29990526
  1. 2
      scripts/cli_options.py

2
scripts/cli_options.py

@ -241,7 +241,7 @@ def get_sendpayment_parser():
dest='pickorders',
default=False,
help=
'manually pick which orders to take. doesn\'t work while sweeping.')
'interactively pick which orders to take. doesn\'t work while sweeping.')
parser.add_option('-m',
'--mixdepth',
action='store',

Loading…
Cancel
Save