lightning: fix syntax

This commit is contained in:
Janus 2018-03-15 17:45:41 +01:00
parent 702a2919ec
commit f5bfbf97d3

View File

@ -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")
}