diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2020-09-15 19:59:36 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2020-09-15 19:59:36 -0500 |
| commit | d27d4526fe89b7cdeb4b296280c4a6cf7efe21f8 (patch) | |
| tree | 163701a53e11c31260e6fa8211aaef2a1e9294ea /src | |
| parent | 5b3614e6a942612b577d5cdf62afa9ff101be7b0 (diff) | |
| parent | c3f354e6c13e91424db844298e9a78d5a8e6d2e2 (diff) | |
| download | monzero-core-d27d4526fe89b7cdeb4b296280c4a6cf7efe21f8.tar.gz monzero-core-d27d4526fe89b7cdeb4b296280c4a6cf7efe21f8.tar.xz monzero-core-d27d4526fe89b7cdeb4b296280c4a6cf7efe21f8.zip | |
Merge pull request #6819v0.17.0.0
c3f354e simplewallet fix wrong persistent-rpc-client-id name in help (moneromooo-monero)
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 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" |
