mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 06:41:44 +01:00
lightningd: improve description of dev-no-reconnect option
This commit is contained in:
parent
af7044d09d
commit
7c270e299b
1 changed files with 1 additions and 1 deletions
|
@ -508,7 +508,7 @@ static void dev_register_opts(struct lightningd *ld)
|
|||
{
|
||||
opt_register_noarg("--dev-no-reconnect", opt_set_invbool,
|
||||
&ld->reconnect,
|
||||
"Disable automatic reconnect attempts");
|
||||
"Disable automatic reconnect-attempts by this node, but accept incoming");
|
||||
opt_register_noarg("--dev-fail-on-subdaemon-fail", opt_set_bool,
|
||||
&ld->dev_subdaemon_fail, opt_hidden);
|
||||
opt_register_early_arg("--dev-debugger=<subprocess>", opt_subprocess_debug, NULL,
|
||||
|
|
Loading…
Add table
Reference in a new issue