Skip to content

Commit

Permalink
Minor error message tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
str4d committed May 20, 2016
1 parent c5d080b commit b3e712a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bitcoind.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ bool AppInit(int argc, char* argv[])

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);
}
#ifndef WIN32
Expand Down

0 comments on commit b3e712a

Please sign in to comment.