mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-03 10:46:58 +01:00
clarified --lightning-dir syntax on help
This commit is contained in:
parent
5b4a62d822
commit
fa992ecaab
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ void configdir_register_opts(const tal_t *ctx,
|
|||
*configdir = default_configdir(ctx);
|
||||
*rpc_filename = "lightning-rpc";
|
||||
|
||||
opt_register_early_arg("--lightning-dir", opt_set_talstr, opt_show_charp,
|
||||
opt_register_early_arg("--lightning-dir=<dir>", opt_set_talstr, opt_show_charp,
|
||||
configdir,
|
||||
"Set working directory. All other files are relative to this");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue