Skip to content

Commit

Permalink
chore(cli): remove leftover subcommands from help message (#2235)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariocynicys authored Oct 7, 2024
1 parent ce18376 commit e65fefe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mm2src/mm2_main/src/mm2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ Some (but not all) of the JSON configuration parameters (* - required):
{"coins": [{"name": "dash", "coin": "DASH", ...}, ...], ...}.
coins .. Information about the currencies: their ticker symbols, names, ports, addresses, etc.
If the field isn't present on the command line then we try loading it from the 'coins' file.
crash .. Simulate a crash to check how the crash handling works.
dbdir .. MM database path. 'DB' by default.
gui .. The information about GUI app using KDF instance. Included in swap statuses shared with network.
.. It's recommended to put essential info to this field (application name, OS, version, etc).
Expand All @@ -213,7 +212,6 @@ Some (but not all) of the JSON configuration parameters (* - required):
netid .. Subnetwork. Affects ports and keys.
passphrase * .. Wallet seed.
Compressed WIFs and hexadecimal ECDSA keys (prefixed with 0x) are also accepted.
panic .. Simulate a panic to see if backtrace works.
rpccors .. Access-Control-Allow-Origin header value to be used in all the RPC responses.
Default is currently 'http://localhost:3000'
rpcip .. IP address to bind to for RPC server. Overrides the 127.0.0.1 default
Expand All @@ -226,7 +224,6 @@ Some (but not all) of the JSON configuration parameters (* - required):
Defaults to `false`.
seednodes .. Seednode IPs that node will use.
At least one seed IP must be present if the node is not a seed itself.
stderr .. Print a message to stderr and exit.
wif .. `1` to add WIFs to the information we provide about a coin.
Environment variables:
Expand Down

0 comments on commit e65fefe

Please sign in to comment.