From 4f2999052626155c53bfaf5e313c8bb937b61267 Mon Sep 17 00:00:00 2001 From: Kristaps Kaupe Date: Wed, 27 Jun 2018 01:33:16 +0300 Subject: [PATCH] More clear description of sendpayment -P option --- scripts/cli_options.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/cli_options.py b/scripts/cli_options.py index 6866929..fa9e0b0 100644 --- a/scripts/cli_options.py +++ b/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 - \ No newline at end of file +