Browse Source

More clear description of sendpayment -P option

master
Kristaps Kaupe 8 years ago
parent
commit
4f29990526
  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