aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2020-09-15 19:59:36 -0500
committerluigi1111 <luigi1111w@gmail.com>2020-09-15 19:59:36 -0500
commitd27d4526fe89b7cdeb4b296280c4a6cf7efe21f8 (patch)
tree163701a53e11c31260e6fa8211aaef2a1e9294ea
parentMerge pull request #6816 (diff)
parentsimplewallet fix wrong persistent-rpc-client-id name in help (diff)
downloadmonero-d27d4526fe89b7cdeb4b296280c4a6cf7efe21f8.tar.xz
Merge pull request #6819v0.17.0.0
c3f354e simplewallet fix wrong persistent-rpc-client-id name in help (moneromooo-monero)
-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 5fb4131fa..7b26d21fb 100644
--- a/src/simplewallet/simplewallet.cpp
+++ b/src/simplewallet/simplewallet.cpp
@@ -3393,7 +3393,7 @@ simple_wallet::simple_wallet()
" Device name for hardware wallet.\n "
"export-format <\"binary\"|\"ascii\">\n "
" Save all exported files as binary (cannot be copied and pasted) or ascii (can be).\n "
- "persistent-client-id <1|0>\n "
+ "persistent-rpc-client-id <1|0>\n "
" Whether to keep using the same client id for RPC payment over wallet restarts.\n"
"auto-mine-for-rpc-payment-threshold <float>\n "
" Whether to automatically start mining for RPC payment if the daemon requires it.\n"