diff options
author | luigi1111 <luigi1111w@gmail.com> | 2019-08-21 15:11:32 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2019-08-21 15:11:32 -0500 |
commit | 9e8179ca840a47de8b972490d1259bdf6138aeca (patch) | |
tree | 623980eeb483610cdd1bb569163e3bd5d8181303 | |
parent | Merge pull request #5731 (diff) | |
parent | Minor formatting fix in help set command (diff) | |
download | monero-9e8179ca840a47de8b972490d1259bdf6138aeca.tar.xz |
Merge pull request #5740
256d286 Minor formatting fix in help set command (tobtoht)
-rw-r--r-- | src/simplewallet/simplewallet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index fa85cc887..b605c6d92 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -2888,7 +2888,7 @@ simple_wallet::simple_wallet() "segregate-pre-fork-outputs <1|0>\n " " Set this if you intend to spend outputs on both Monero AND a key reusing fork.\n " "key-reuse-mitigation2 <1|0>\n " - " Set this if you are not sure whether you will spend on a key reusing Monero fork later.\n" + " Set this if you are not sure whether you will spend on a key reusing Monero fork later.\n " "subaddress-lookahead <major>:<minor>\n " " Set the lookahead sizes for the subaddress hash table.\n " " Set this if you are not sure whether you will spend on a key reusing Monero fork later.\n " |