mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
clarified --lightning-dir syntax on help
This commit is contained in:
committed by
Rusty Russell
parent
5b4a62d822
commit
fa992ecaab
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user