From 631be0f2be444bf1895f4a63e8af5c455a7ae33f Mon Sep 17 00:00:00 2001 From: Andrea Date: Mon, 29 Jul 2019 10:02:48 +0200 Subject: [PATCH] Update list of commands in eclair-cli help --- eclair-core/eclair-cli | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/eclair-core/eclair-cli b/eclair-core/eclair-cli index 08984c7ab4..89a05cdde7 100755 --- a/eclair-core/eclair-cli +++ b/eclair-core/eclair-cli @@ -27,11 +27,12 @@ where OPTIONS can be: -s Some commands can print a trimmed JSON and COMMAND is one of: - getinfo, connect, open, close, forceclose, updaterelayfee, + getinfo, connect, disconnect, open, close, forceclose, updaterelayfee, peers, channels, channel, allnodes, allchannels, allupdates findroute, findroutetonode, parseinvoice, payinvoice, sendtonode, - getsentinfo, createinvoice, getinvoice, listinvoices, - listpendinginvoices, getreceivedinfo, audit, networkfees, channelstats + sendtoroute, getsentinfo, createinvoice, getinvoice, listinvoices, + listpendinginvoices, getreceivedinfo, audit, networkfees, + channelstats, usablebalances Examples --------