mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
Fixed grammar error to stop command documentation
This commit is contained in:
parent
5b1e181525
commit
19e4cf1126
@ -1,4 +1,4 @@
|
||||
lightning-stop -- Command to shut off c-lightning node.
|
||||
lightning-stop -- Command to shut-off c-lightning node.
|
||||
============================================================
|
||||
|
||||
SYNOPSIS
|
||||
@ -9,7 +9,7 @@ SYNOPSIS
|
||||
DESCRIPTION
|
||||
-----------
|
||||
|
||||
The **stop** is a RPC to shut off the c-lightning node.
|
||||
The **stop** is a RPC command to shut-off the c-lightning node.
|
||||
|
||||
EXAMPLE JSON REQUEST
|
||||
------------
|
||||
@ -24,13 +24,7 @@ EXAMPLE JSON REQUEST
|
||||
RETURN VALUE
|
||||
------------
|
||||
|
||||
On success, the command will return a emptu object.
|
||||
|
||||
EXAMPLE JSON RESPONSE
|
||||
-----
|
||||
```json
|
||||
{}
|
||||
```
|
||||
On success, the command will return a empty object.
|
||||
|
||||
|
||||
AUTHOR
|
||||
|
Loading…
Reference in New Issue
Block a user