From fa56c018da6bc919734f22675eb4b7992a1afd89 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Sun, 7 Jul 2013 19:07:16 -0700 Subject: [PATCH] Remove extraneous command line help text --- src/cpp/ripple/ripple_Main.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/cpp/ripple/ripple_Main.cpp b/src/cpp/ripple/ripple_Main.cpp index 3cd923825..a5b42f972 100644 --- a/src/cpp/ripple/ripple_Main.cpp +++ b/src/cpp/ripple/ripple_Main.cpp @@ -57,10 +57,6 @@ void printHelp (const po::options_description& desc) cerr << desc << endl; - cerr << "Options: " << endl; - cerr << " -rpc_ip=[':']" << endl; - cerr << " -rpc_port=" << endl; - cerr << endl; cerr << "Commands: " << endl; cerr << " account_info |||| [] [strict]" << endl; cerr << " account_lines |\"\" []" << endl;