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 +