diff options
author | tobtoht <41021257+tobtoht@users.noreply.github.com> | 2019-07-06 10:12:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-06 10:12:32 +0000 |
commit | 256d286215f4f7829536c2d354c40ff48dae9090 (patch) | |
tree | 9677a261b7f47f76f1f004e79d49552a3a60980f /src | |
parent | Merge pull request #5663 (diff) | |
download | monero-256d286215f4f7829536c2d354c40ff48dae9090.tar.xz |
Minor formatting fix in help set command
Diffstat (limited to 'src')
-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 02a099811..e4bec16c7 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -2886,7 +2886,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 " |