aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.cpp
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-08-26 10:32:30 +0200
committerRiccardo Spagni <ric@spagni.net>2016-08-26 10:32:30 +0200
commit7000ed45ec26014f6fd681b769cd6e9d63ef185e (patch)
treefdd7a719457ef7ccec0547e69eac4ccdfadb3110 /src/simplewallet/simplewallet.cpp
parent9308b4e8b9fe30f05c771da4cb887cfbc6b09d26 (diff)
parent65238d281c4c254158326d1a2c392afada39c233 (diff)
downloadmonzero-core-7000ed45ec26014f6fd681b769cd6e9d63ef185e.tar.gz
monzero-core-7000ed45ec26014f6fd681b769cd6e9d63ef185e.tar.xz
monzero-core-7000ed45ec26014f6fd681b769cd6e9d63ef185e.zip
Merge pull request #982
65238d2 fix #691 removed help about leaving wallet name empty on --generate-new-wallet (guzzi_jones)
Diffstat (limited to 'src/simplewallet/simplewallet.cpp')
-rw-r--r--src/simplewallet/simplewallet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp
index 31c3a7732..1840e54c9 100644
--- a/src/simplewallet/simplewallet.cpp
+++ b/src/simplewallet/simplewallet.cpp
@@ -102,7 +102,7 @@ typedef cryptonote::simple_wallet sw;
namespace
{
const command_line::arg_descriptor<std::string> arg_wallet_file = {"wallet-file", sw::tr("Use wallet <arg>"), ""};
- const command_line::arg_descriptor<std::string> arg_generate_new_wallet = {"generate-new-wallet", sw::tr("Generate new wallet and save it to <arg> or <address>.wallet by default"), ""};
+ const command_line::arg_descriptor<std::string> arg_generate_new_wallet = {"generate-new-wallet", sw::tr("Generate new wallet and save it to <arg>"), ""};
const command_line::arg_descriptor<std::string> arg_generate_from_view_key = {"generate-from-view-key", sw::tr("Generate incoming-only wallet from view key"), ""};
const command_line::arg_descriptor<std::string> arg_generate_from_keys = {"generate-from-keys", sw::tr("Generate wallet from private keys"), ""};
const command_line::arg_descriptor<std::string> arg_generate_from_json = {"generate-from-json", sw::tr("Generate wallet from JSON format file"), ""};