Merge pull request #8339 from mani2310/mani2310-Wrong-documentation-on-lncli

Wrong documentation on lncli
This commit is contained in:
Oliver Gugger 2024-01-09 08:29:06 +01:00 committed by GitHub
commit 2b54774721
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -766,7 +766,7 @@ var closeChannelCommand = cli.Command{
To view which funding_txids/output_indexes can be used for a channel close,
see the channel_point values within the listchannels command output.
The format for a channel_point is 'funding_txid:output_index'.`,
ArgsUsage: "funding_txid [output_index]",
ArgsUsage: "funding_txid output_index",
Flags: []cli.Flag{
cli.StringFlag{
Name: "funding_txid",