From c8750f1d9af1a6975790b4583e33bd047b2ee146 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Sun, 7 Jul 2013 18:49:19 -0700 Subject: [PATCH] Fix spelling in rpc override help text --- src/cpp/ripple/ripple_Main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cpp/ripple/ripple_Main.cpp b/src/cpp/ripple/ripple_Main.cpp index 23b2f619c..3cd923825 100644 --- a/src/cpp/ripple/ripple_Main.cpp +++ b/src/cpp/ripple/ripple_Main.cpp @@ -58,8 +58,8 @@ void printHelp (const po::options_description& desc) cerr << desc << endl; cerr << "Options: " << endl; - cerr << " -rpc-ip=[':']" << endl; - cerr << " -rpc-port=" << endl; + cerr << " -rpc_ip=[':']" << endl; + cerr << " -rpc_port=" << endl; cerr << endl; cerr << "Commands: " << endl; cerr << " account_info |||| [] [strict]" << endl;