diff --git a/eth/main.cpp b/eth/main.cpp index f32eabbf0..d2853eb73 100644 --- a/eth/main.cpp +++ b/eth/main.cpp @@ -75,12 +75,8 @@ void interactiveHelp() << "Commands:" << endl << " netstart Starts the network subsystem on a specific port." << endl << " netstop Stops the network subsystem." << endl - << " jsonstart Starts the JSON-RPC server." << endl - << " jsonstop Stops the JSON-RPC server." << endl << " connect Connects to a specific peer." << endl << " verbosity () Gets or sets verbosity level." << endl - << " setetherprice

Resets the ether price." << endl - << " setpriority

Resets the transaction priority." << endl << " minestart Starts mining." << endl << " minestop Stops mining." << endl << " mineforce Forces mining, even when there are no transactions." << endl