Browse Source

Fixed grammar error to stop command documentation

bump-pyln-proto
Vincenzo Palazzo 5 years ago
committed by Rusty Russell
parent
commit
19e4cf1126
  1. 12
      doc/lightning-stop.7.md

12
doc/lightning-stop.7.md

@ -1,4 +1,4 @@
lightning-stop -- Command to shut off c-lightning node. lightning-stop -- Command to shut-off c-lightning node.
============================================================ ============================================================
SYNOPSIS SYNOPSIS
@ -9,7 +9,7 @@ SYNOPSIS
DESCRIPTION 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 EXAMPLE JSON REQUEST
------------ ------------
@ -24,13 +24,7 @@ EXAMPLE JSON REQUEST
RETURN VALUE RETURN VALUE
------------ ------------
On success, the command will return a emptu object. On success, the command will return a empty object.
EXAMPLE JSON RESPONSE
-----
```json
{}
```
AUTHOR AUTHOR

Loading…
Cancel
Save