rename --ipc to --ipcpath

This commit is contained in:
Dimitry
2016-08-29 16:21:49 +04:00
parent c2665dc2fe
commit f892d1b9a3
3 changed files with 3 additions and 3 deletions
@@ -39,7 +39,7 @@ string getIPCSocketPath()
{
string ipcPath = dev::test::Options::get().ipcPath;
if (ipcPath.empty())
BOOST_FAIL("ERROR: ipcPath not set! (use --ipc <path> or the environment variable ETH_TEST_IPC)");
BOOST_FAIL("ERROR: ipcPath not set! (use --ipcpath <path> or the environment variable ETH_TEST_IPC)");
return ipcPath;
}