diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2020-09-14 20:50:35 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2020-09-14 20:50:35 +0000 |
commit | c3f354e6c13e91424db844298e9a78d5a8e6d2e2 (patch) | |
tree | 28e9be2c903a489d223468ffc715a1781cfe4705 | |
parent | Merge pull request #6111 (diff) | |
download | monero-c3f354e6c13e91424db844298e9a78d5a8e6d2e2.tar.xz |
simplewallet fix wrong persistent-rpc-client-id name in help
Diffstat (limited to '')
-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 f37d77933..ac8531112 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" |