From 25583ffe37e85a47cb8a7ed8e23c3a722a0accff Mon Sep 17 00:00:00 2001 From: trueptolemy Date: Thu, 19 Sep 2019 15:43:26 +0800 Subject: [PATCH] doc: Use `amount` as the parameter name for `fundchannel` --- doc/lightning-fundchannel.7 | 4 ++-- doc/lightning-fundchannel.7.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/lightning-fundchannel.7 b/doc/lightning-fundchannel.7 index 0ccdeb0a6..33c3ea93e 100644 --- a/doc/lightning-fundchannel.7 +++ b/doc/lightning-fundchannel.7 @@ -3,7 +3,7 @@ lightning-fundchannel - Command for establishing a lightning channel .SH SYNOPSIS -\fBfundchannel\fR \fIid\fR \fIsatoshi\fR [\fIfeerate\fR \fIannounce\fR] [\fIminconf\fR] +\fBfundchannel\fR \fIid\fR \fIamount\fR [\fIfeerate\fR \fIannounce\fR] [\fIminconf\fR] [\fIutxos\fR] .SH DESCRIPTION @@ -20,7 +20,7 @@ for the channel\. \fIid\fR is the peer id obtained from \fBconnect\fR\. -\fIsatoshi\fR is the amount in satoshis taken from the internal wallet to +\fIamount\fR is the amount in satoshis taken from the internal wallet to fund the channel\. The string \fIall\fR can be used to specify all available funds (or 16777215 satoshi if more is available)\. Otherwise, it is in satoshi precision; it can be a whole number, a whole number ending in diff --git a/doc/lightning-fundchannel.7.md b/doc/lightning-fundchannel.7.md index 4ab2ba1d0..5b329b5fd 100644 --- a/doc/lightning-fundchannel.7.md +++ b/doc/lightning-fundchannel.7.md @@ -4,7 +4,7 @@ lightning-fundchannel -- Command for establishing a lightning channel SYNOPSIS -------- -**fundchannel** *id* *satoshi* \[*feerate* *announce*\] \[*minconf*\] +**fundchannel** *id* *amount* \[*feerate* *announce*\] \[*minconf*\] \[*utxos*\] DESCRIPTION @@ -20,7 +20,7 @@ for the channel. *id* is the peer id obtained from **connect**. -*satoshi* is the amount in satoshis taken from the internal wallet to +*amount* is the amount in satoshis taken from the internal wallet to fund the channel. The string *all* can be used to specify all available funds (or 16777215 satoshi if more is available). Otherwise, it is in satoshi precision; it can be a whole number, a whole number ending in