mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-07 07:04:25 +01:00
doc: Add missing signet to --help and man
This commit is contained in:
committed by
Christian Decker
parent
94f84d3843
commit
b8c972a0e2
@@ -279,8 +279,9 @@ int main(int argc, char *argv[])
|
||||
&features, "Send these features in init");
|
||||
opt_register_arg("--network", opt_set_network, opt_show_network,
|
||||
NULL,
|
||||
"Select the network parameters (bitcoin, testnet, regtest"
|
||||
" liquid, liquid-regtest, litecoin or litecoin-testnet)");
|
||||
"Select the network parameters (bitcoin, testnet, signet,"
|
||||
" regtest, liquid, liquid-regtest, litecoin or"
|
||||
" litecoin-testnet)");
|
||||
opt_register_noarg("--help|-h", opt_usage_and_exit,
|
||||
"id@addr[:port] [hex-msg-tosend...]\n"
|
||||
"Connect to a lightning peer and relay gossip messages from it",
|
||||
|
||||
Reference in New Issue
Block a user