mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
pyln: adds a help text to start plugins manually
Changelog-None
This commit is contained in:
parent
40544b74f9
commit
a53aa1aaef
@ -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…
Reference in New Issue
Block a user