forked from lthn/blockchain
fixed command line to common style
This commit is contained in:
parent
47dfdf1e0b
commit
b102d0d3b9
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue