From e4fbef9c3aa218ac7f29acc17e062105d84afdf2 Mon Sep 17 00:00:00 2001 From: Anditto Heristyo Date: Tue, 21 Feb 2017 22:45:48 -0800 Subject: [PATCH] [Trivial] Change 'bitcoin-cli' to 'elements-cli' in error message --- src/bitcoind.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bitcoind.cpp b/src/bitcoind.cpp index 2b27678782..4cde5d36cc 100644 --- a/src/bitcoind.cpp +++ b/src/bitcoind.cpp @@ -126,7 +126,7 @@ bool AppInit(int argc, char* argv[]) if (fCommandLine) { - fprintf(stderr, "Error: There is no RPC client functionality in elementsd anymore. Use the bitcoin-cli utility instead.\n"); + fprintf(stderr, "Error: There is no RPC client functionality in elementsd anymore. Use the elements-cli utility instead.\n"); exit(1); } #ifndef WIN32