Browse Source

Merge #155: More clear description of sendpayment -P option

4f29990 More clear description of sendpayment -P option (Kristaps Kaupe)
master
AdamISZ 8 years ago
parent
commit
f04bf43fee
No known key found for this signature in database
GPG Key ID: B3AE09F1E9A3197A
  1. 4
      scripts/cli_options.py

4
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',
@ -284,4 +284,4 @@ def get_sendpayment_parser():
'only for previously synced wallet'))
return parser

Loading…
Cancel
Save