mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-01 17:47:30 +01:00
doc: Add missing signet to --help and man
This commit is contained in:
parent
94f84d3843
commit
b8c972a0e2
4 changed files with 7 additions and 6 deletions
|
@ -378,7 +378,7 @@ void initial_config_opts(const tal_t *ctx,
|
|||
opt_register_early_arg("--network", opt_set_network, opt_show_network,
|
||||
NULL,
|
||||
"Select the network parameters (bitcoin, testnet,"
|
||||
" regtest, litecoin or litecoin-testnet)");
|
||||
" signet, regtest, litecoin or litecoin-testnet)");
|
||||
opt_register_early_noarg("--testnet",
|
||||
opt_set_specific_network, "testnet",
|
||||
"Alias for --network=testnet");
|
||||
|
@ -437,7 +437,7 @@ void initial_config_opts(const tal_t *ctx,
|
|||
opt_restricted_toplevel, opt_show_network,
|
||||
NULL,
|
||||
"Select the network parameters (bitcoin, testnet,"
|
||||
" regtest, litecoin or litecoin-testnet)");
|
||||
" signet, regtest, litecoin or litecoin-testnet)");
|
||||
opt_register_early_noarg("--testnet",
|
||||
opt_restricted_toplevel_noarg, NULL,
|
||||
"Alias for --network=testnet");
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -64,7 +64,7 @@ Bitcoin control options:
|
|||
|
||||
|
||||
\fBnetwork\fR=\fINETWORK\fR
|
||||
Select the network parameters (\fIbitcoin\fR, \fItestnet\fR, or \fIregtest\fR)\.
|
||||
Select the network parameters (\fIbitcoin\fR, \fItestnet\fR, \fIsignet\fR, or \fIregtest\fR)\.
|
||||
This is not valid within the per-network configuration file\.
|
||||
|
||||
|
||||
|
|
|
@ -60,7 +60,7 @@ page.
|
|||
Bitcoin control options:
|
||||
|
||||
**network**=*NETWORK*
|
||||
Select the network parameters (*bitcoin*, *testnet*, or *regtest*).
|
||||
Select the network parameters (*bitcoin*, *testnet*, *signet*, or *regtest*).
|
||||
This is not valid within the per-network configuration file.
|
||||
|
||||
**testnet**
|
||||
|
|
Loading…
Add table
Reference in a new issue