mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-01 09:40:19 +01:00
pyln: adds a help text to start plugins manually
Changelog-None
This commit is contained in:
parent
40544b74f9
commit
a53aa1aaef
1 changed files with 5 additions and 0 deletions
|
@ -744,6 +744,11 @@ class Plugin(object):
|
|||
|
||||
$ lightningd --plugin={executable}
|
||||
|
||||
If lightningd is already running, you can also start a plugin
|
||||
by using the cli:
|
||||
|
||||
$ lightning-cli plugin start /path/to/a/plugin
|
||||
|
||||
Since we're here however let me tell you about this plugin.
|
||||
""").format(executable=executable)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue