1
0
Fork 0
forked from lthn/blockchain

fixed command line to common style

This commit is contained in:
cryptozoidberg 2024-04-22 18:47:59 +04:00
parent 47dfdf1e0b
commit b102d0d3b9
No known key found for this signature in database
GPG key ID: 2E10CC61CAC8F36D

View file

@ -25,7 +25,7 @@ namespace command_line
const arg_descriptor<bool> arg_console ( "no-console", "Disable daemon console commands" );
const arg_descriptor<bool> arg_show_details ( "currency-details", "Display currency details" );
const arg_descriptor<std::string> arg_generate_rpc_autodoc ( "generate_rpc_autodoc", "Make auto-generated RPC API documentation documents at the given path" );
const arg_descriptor<std::string> arg_generate_rpc_autodoc ( "generate-rpc-autodoc", "Make auto-generated RPC API documentation documents at the given path" );
const arg_descriptor<bool> arg_disable_upnp ( "disable-upnp", "Disable UPnP (enhances local network privacy)");
const arg_descriptor<bool> arg_disable_ntp ( "disable-ntp", "Disable NTP, could enhance to time synchronization issue but increase network privacy, consider using disable-stop-if-time-out-of-sync with it");