aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2018-02-16 14:17:46 +0100
committerRiccardo Spagni <ric@spagni.net>2018-02-16 14:17:46 +0100
commit5d36ed6613d2a6c5f3c556ebf06b04f10d6419db (patch)
treefdd70823d0be8a4f8f28882859bc6ce225cca71b /src/rpc
parentMerge pull request #3138 (diff)
parentFixed typos and wording tweaks (diff)
downloadmonero-5d36ed6613d2a6c5f3c556ebf06b04f10d6419db.tar.xz
Merge pull request #3094
a85dbb3f Fixed typos and wording tweaks (Maxithi)
Diffstat (limited to 'src/rpc')
-rw-r--r--src/rpc/rpc_args.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/rpc_args.cpp b/src/rpc/rpc_args.cpp
index 6559db9b2..d4a6138ba 100644
--- a/src/rpc/rpc_args.cpp
+++ b/src/rpc/rpc_args.cpp
@@ -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"), ""})