Minor error message tweak

This commit is contained in:
Jack Grigg 2016-05-21 11:48:52 +12:00
parent c5d080bb83
commit b3e712a4d2
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ bool AppInit(int argc, char* argv[])
if (fCommandLine) if (fCommandLine)
{ {
fprintf(stderr, "Error: There is no RPC client functionality in zcashd anymore. Use the zcash-cli utility instead.\n"); fprintf(stderr, "Error: There is no RPC client functionality in zcashd. Use the zcash-cli utility instead.\n");
exit(1); exit(1);
} }
#ifndef WIN32 #ifndef WIN32