aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.cpp
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2020-09-14 11:45:55 -0500
committerluigi1111 <luigi1111w@gmail.com>2020-09-14 11:45:55 -0500
commit2993d2004ad8f39456234ccdf7764adfb17a83cb (patch)
tree80c4138f9f35a2e59900d6d4f47dd73fee9bed5a /src/wallet/wallet2.cpp
parent244ae227953240925c35494c44ccfafb2af2cf62 (diff)
parenta3844e257eb6e032a5ad4d9595f7df15af64d7ac (diff)
downloadmonzero-core-2993d2004ad8f39456234ccdf7764adfb17a83cb.tar.gz
monzero-core-2993d2004ad8f39456234ccdf7764adfb17a83cb.tar.xz
monzero-core-2993d2004ad8f39456234ccdf7764adfb17a83cb.zip
Merge pull request #6813
a3844e2 Fix typo in command line argument description (reinaldoacosta)
Diffstat (limited to 'src/wallet/wallet2.cpp')
-rw-r--r--src/wallet/wallet2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp
index c9289a0b2..cc78060b8 100644
--- a/src/wallet/wallet2.cpp
+++ b/src/wallet/wallet2.cpp
@@ -301,7 +301,7 @@ struct options {
const command_line::arg_descriptor<std::string> tx_notify = { "tx-notify" , "Run a program for each new incoming transaction, '%s' will be replaced by the transaction hash" , "" };
const command_line::arg_descriptor<bool> no_dns = {"no-dns", tools::wallet2::tr("Do not use DNS"), false};
const command_line::arg_descriptor<bool> offline = {"offline", tools::wallet2::tr("Do not connect to a daemon, nor use DNS"), false};
- const command_line::arg_descriptor<std::string> extra_entropy = {"extra-entropy", tools::wallet2::tr("File containing extra entropy to initialize the PRNG (any data, aim for 256 bits of entropy to be useful, wihch typically means more than 256 bits of data)")};
+ const command_line::arg_descriptor<std::string> extra_entropy = {"extra-entropy", tools::wallet2::tr("File containing extra entropy to initialize the PRNG (any data, aim for 256 bits of entropy to be useful, which typically means more than 256 bits of data)")};
};
void do_prepare_file_names(const std::string& file_path, std::string& keys_file, std::string& wallet_file, std::string &mms_file)