aboutsummaryrefslogtreecommitdiff
path: root/utils/fish/monero-wallet-rpc.fish
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2022-09-15 00:35:03 -0500
committerluigi1111 <luigi1111w@gmail.com>2022-09-15 00:35:03 -0500
commitc9cfa251833856d76d5e206a4546e7fe3f71e43e (patch)
treee75d633de4dc10c3c99645e7803adf695940db53 /utils/fish/monero-wallet-rpc.fish
parentMerge pull request #8551 (diff)
parentwallet2: check wallet compatibility with daemon's hard fork version (diff)
downloadmonero-c9cfa251833856d76d5e206a4546e7fe3f71e43e.tar.xz
Merge pull request #8556
b8271ab wallet2: check wallet compatibility with daemon's hard fork version (j-berman)
Diffstat (limited to '')
-rw-r--r--utils/fish/monero-wallet-rpc.fish1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/fish/monero-wallet-rpc.fish b/utils/fish/monero-wallet-rpc.fish
index a64e112ef..d89f58b49 100644
--- a/utils/fish/monero-wallet-rpc.fish
+++ b/utils/fish/monero-wallet-rpc.fish
@@ -30,6 +30,7 @@ complete -c monero-wallet-rpc -l tx-notify -r -d "Run a program for each new inc
complete -c monero-wallet-rpc -l no-dns -d "Do not use DNS"
complete -c monero-wallet-rpc -l offline -d "Do not connect to a daemon, nor use DNS"
complete -c monero-wallet-rpc -l extra-entropy -r -F -d "File containing extra entropy to initialize the PRNG (any data, aim for 256 bits of entropy to be useful, which typically means more than 256 bits of data)"
+complete -c monero-wallet-cli -l allow-mismatched-daemon-version -d "Allow communicating with a daemon that uses a different version"
complete -c monero-wallet-rpc -l rpc-bind-port -r -d "Sets bind port for server"
complete -c monero-wallet-rpc -l disable-rpc-login -d "Disable HTTP authentication for RPC connections served by this process"
complete -c monero-wallet-rpc -l restricted-rpc -d "Restricts to view-only commands"