<<" importConfig <path> Import the config (.RLP) from the path provided."<<endl
<<" inspect <contract> Dumps a contract to <APPDATA>/<contract>.evm."<<endl
<<" dumptrace <block> <index> <filename> <format> Dumps a transaction trace"<<endl<<"to <filename>. <format> should be one of pretty, standard, standard+."<<endl
<<" dumpreceipt <block> <index> Dumps a transation receipt."<<endl
<<" exit Exits the application."<<endl;
}
@ -606,6 +607,17 @@ int main(int argc, char** argv)
else
cwarn<<"Require parameters: contract ENDOWMENT GASPRICE GAS CODEHEX";