mirror of
https://github.com/monero-project/monero.git
synced 2025-05-12 09:02:16 -04:00
Fixed typos and wording tweaks
This commit is contained in:
parent
a529f0a6c9
commit
a85dbb3f2f
10 changed files with 94 additions and 94 deletions
|
@ -37,7 +37,7 @@
|
|||
namespace cryptonote
|
||||
{
|
||||
rpc_args::descriptors::descriptors()
|
||||
: rpc_bind_ip({"rpc-bind-ip", rpc_args::tr("Specify ip to bind rpc server"), "127.0.0.1"})
|
||||
: rpc_bind_ip({"rpc-bind-ip", rpc_args::tr("Specify IP to bind RPC server"), "127.0.0.1"})
|
||||
, rpc_login({"rpc-login", rpc_args::tr("Specify username[:password] required for RPC server"), "", true})
|
||||
, confirm_external_bind({"confirm-external-bind", rpc_args::tr("Confirm rpc-bind-ip value is NOT a loopback (local) IP")})
|
||||
, rpc_access_control_origins({"rpc-access-control-origins", rpc_args::tr("Specify a comma separated list of origins to allow cross origin resource sharing"), ""})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue