From f5bfbf97d36ce49af22bb7f66724bc28655d4524 Mon Sep 17 00:00:00 2001 From: Janus Date: Thu, 15 Mar 2018 17:45:41 +0100 Subject: [PATCH] lightning: fix syntax --- electrum/commands.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/electrum/commands.py b/electrum/commands.py index 0d4d4d36..a2f0c871 100644 --- a/electrum/commands.py +++ b/electrum/commands.py @@ -751,9 +751,8 @@ command_options = { 'show_fiat': (None, "Show fiat value of transactions"), 'year': (None, "Show history for a given year"), 'fee_method': (None, "Fee estimation method to use"), - 'fee_level': (None, "Float between 0.0 and 1.0, representing fee slider position") - 'lightningargs':(None, "Arguments for an lncli subcommand, encoded as a JS - ON array"), + 'fee_level': (None, "Float between 0.0 and 1.0, representing fee slider position"), + 'lightningargs':(None, "Arguments for an lncli subcommand, encoded as a JSON array") }