doc: Add missing signet to --help and man

This commit is contained in:
Jan Sarenik
2020-10-15 12:54:59 +02:00
committed by Christian Decker
parent 94f84d3843
commit b8c972a0e2
4 changed files with 7 additions and 6 deletions

View File

@@ -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",