clarified --lightning-dir syntax on help

This commit is contained in:
Ronald van der Meer 2018-01-25 21:12:57 +01:00 committed by Rusty Russell
parent 5b4a62d822
commit fa992ecaab

View file

@ -28,7 +28,7 @@ void configdir_register_opts(const tal_t *ctx,
*configdir = default_configdir(ctx); *configdir = default_configdir(ctx);
*rpc_filename = "lightning-rpc"; *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, configdir,
"Set working directory. All other files are relative to this"); "Set working directory. All other files are relative to this");