mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-04 11:08:03 +01:00
Remove some formatting inconsistencies
I've tried automatically parsing the docs, and these inconsistencies made it harder to do that. (I tried to do that for a project which I can't share yet, I'm not sure if it'll even work).
This commit is contained in:
parent
849f92f4b0
commit
74071c95a2
13 changed files with 13 additions and 13 deletions
|
@ -4,7 +4,7 @@ lightning-connect -- Command for connecting to another lightning node
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
--------
|
--------
|
||||||
|
|
||||||
**connect** *id* \[*host* *port*\]
|
**connect** *id* \[*host*\] \[*port*\]
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
|
|
|
@ -4,7 +4,7 @@ lightning-datastore -- Command for storing (plugin) data
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
--------
|
--------
|
||||||
|
|
||||||
**datastore** *key* [*string*] [*hex*] [*mode*] [*generation*]
|
**datastore** *key* \[*string*\] \[*hex*\] \[*mode*\] \[*generation*\]
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
|
|
|
@ -4,7 +4,7 @@ lightning-deldatastore -- Command for removing (plugin) data
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
--------
|
--------
|
||||||
|
|
||||||
**deldatastore** *key* [*generation*]
|
**deldatastore** *key* \[*generation*\]
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
|
|
|
@ -4,7 +4,7 @@ lightning-listconfigs -- Command to list all configuration options.
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
--------
|
--------
|
||||||
|
|
||||||
**listconfigs** \[config\]
|
**listconfigs** \[*config*\]
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
|
|
|
@ -4,7 +4,7 @@ lightning-listdatastore -- Command for listing (plugin) data
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
--------
|
--------
|
||||||
|
|
||||||
**listdatastore** [*key*]
|
**listdatastore** \[*key*\]
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
|
|
|
@ -4,7 +4,7 @@ lightning-listnodes -- Command to get the list of nodes in the known network.
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
--------
|
--------
|
||||||
|
|
||||||
**listnodes** \[id\]
|
**listnodes** \[*id*\]
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
|
|
|
@ -4,7 +4,7 @@ lightning-listpays -- Command for querying payment status
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
--------
|
--------
|
||||||
|
|
||||||
**listpays** \[bolt11\] \[payment_hash\] \[status\]
|
**listpays** \[*bolt11*\] \[*payment_hash*\] \[*status*\]
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
|
|
|
@ -4,7 +4,7 @@ lightning-ping -- Command to check if a node is up.
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
--------
|
--------
|
||||||
|
|
||||||
**ping** *id* \[len\] \[pongbytes\]
|
**ping** *id* \[*len*\] \[*pongbytes*\]
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
|
|
|
@ -4,7 +4,7 @@ lightning-plugin -- Manage plugins with RPC
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
--------
|
--------
|
||||||
|
|
||||||
**plugin** command \[parameter\] \[second\_parameter\]
|
**plugin** command \[*parameter*\] \[*second\_parameter*\]
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
|
|
|
@ -4,7 +4,7 @@ lightning-reserveinputs -- Construct a transaction and reserve the UTXOs it spen
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
--------
|
--------
|
||||||
|
|
||||||
**reserveinputs** *psbt* [*exclusive*] [*reserve*]
|
**reserveinputs** *psbt* \[*exclusive*\] \[*reserve*\]
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
|
|
|
@ -4,7 +4,7 @@ lightning-sendpsbt -- Command to finalize, extract and send a partially signed b
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
--------
|
--------
|
||||||
|
|
||||||
**sendpsbt** *psbt* [*reserve*]
|
**sendpsbt** *psbt* \[*reserve*\]
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
|
|
|
@ -4,7 +4,7 @@ lightning-signpsbt -- Command to sign a wallet's inputs on a provided bitcoin tr
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
--------
|
--------
|
||||||
|
|
||||||
**signpsbt** *psbt* [*signonly*]
|
**signpsbt** *psbt* \[*signonly*\]
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
|
|
|
@ -4,7 +4,7 @@ lightning-unreserveinputs -- Release reserved UTXOs
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
--------
|
--------
|
||||||
|
|
||||||
**unreserveinputs** *psbt* [*reserve*]
|
**unreserveinputs** *psbt* \[*reserve*\]
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
|
|
Loading…
Add table
Reference in a new issue