aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.cpp
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2019-04-12 18:28:53 -0400
committerluigi1111 <luigi1111w@gmail.com>2019-04-12 18:28:53 -0400
commit37345921ece7280c2fde031e2a1e32bfbac0479c (patch)
treedba64d7442b8de96c1a065bed09f6b9a61307687 /src/simplewallet/simplewallet.cpp
parent9c77dbf376e95a32015cb32d1233050241a2c99c (diff)
parent8f1fe45fe1f40e5995838230482ee5b6e0680e87 (diff)
downloadmonzero-core-37345921ece7280c2fde031e2a1e32bfbac0479c.tar.gz
monzero-core-37345921ece7280c2fde031e2a1e32bfbac0479c.tar.xz
monzero-core-37345921ece7280c2fde031e2a1e32bfbac0479c.zip
Merge pull request #5423
8f1fe45 simplewallet: fix merge error with new welcome command (moneromooo-monero)
Diffstat (limited to 'src/simplewallet/simplewallet.cpp')
-rw-r--r--src/simplewallet/simplewallet.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp
index 66317adcb..db5ed32f7 100644
--- a/src/simplewallet/simplewallet.cpp
+++ b/src/simplewallet/simplewallet.cpp
@@ -3189,10 +3189,11 @@ simple_wallet::simple_wallet()
m_cmd_binder.set_handler("net_stats",
boost::bind(&simple_wallet::net_stats, this, _1),
tr(USAGE_NET_STATS),
+ tr("Prints simple network stats"));
m_cmd_binder.set_handler("welcome",
boost::bind(&simple_wallet::welcome, this, _1),
tr(USAGE_WELCOME),
- tr("Prints simple network stats"));
+ tr("Prints basic info about Monero for first time users"));
m_cmd_binder.set_handler("version",
boost::bind(&simple_wallet::version, this, _1),
tr(USAGE_VERSION),