pyln: adds a help text to start plugins manually

Changelog-None
This commit is contained in:
Michael Schmoock 2021-06-17 12:52:20 +02:00 committed by Rusty Russell
parent 40544b74f9
commit a53aa1aaef
1 changed files with 5 additions and 0 deletions

View File

@ -744,6 +744,11 @@ class Plugin(object):
$ lightningd --plugin={executable} $ 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. Since we're here however let me tell you about this plugin.
""").format(executable=executable) """).format(executable=executable)