From a53aa1aaef65cbe8b58539870018e1ee40eb1ca1 Mon Sep 17 00:00:00 2001 From: Michael Schmoock Date: Thu, 17 Jun 2021 12:52:20 +0200 Subject: [PATCH] pyln: adds a help text to start plugins manually Changelog-None --- contrib/pyln-client/pyln/client/plugin.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/contrib/pyln-client/pyln/client/plugin.py b/contrib/pyln-client/pyln/client/plugin.py index a730fc449..7719d3ea5 100644 --- a/contrib/pyln-client/pyln/client/plugin.py +++ b/contrib/pyln-client/pyln/client/plugin.py @@ -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)