From 160317c9fa0c722be38e35f04acfe0a25de348dc Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Tue, 24 Jan 2017 17:50:35 -0800 Subject: [PATCH] cmd/lncli: correct usage for openchannel --- cmd/lncli/commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/lncli/commands.go b/cmd/lncli/commands.go index 5d7fcd0e..66d2f970 100644 --- a/cmd/lncli/commands.go +++ b/cmd/lncli/commands.go @@ -188,7 +188,7 @@ var OpenChannelCommand = cli.Command{ "channel is open, a channelPoint (txid:vout) of the funding " + "output is returned. NOTE: peer_id and node_key are " + "mutually exclusive, only one should be used, not both.", - Usage: "openchannel --node_key=X --local_amt=N --remote_amt=N --num_confs=N", + Usage: "openchannel --node_key=X --local_amt=N --push_amt=N --num_confs=N", Flags: []cli.Flag{ cli.IntFlag{ Name: "peer_id",