diff options
| author | tobtoht <tob@featherwallet.org> | 2026-04-25 17:06:34 +0000 |
|---|---|---|
| committer | tobtoht <tob@featherwallet.org> | 2026-04-25 17:06:34 +0000 |
| commit | 0f09b7518621044597d4953c8732101b46f3f42e (patch) | |
| tree | 3bfa056d19a36578258e8bebd35690853d601f27 | |
| parent | 1cbb2b864d255e178eabd9459d8157c1ebd3d1d0 (diff) | |
| parent | 69176dce9a224c2dbd06ea150bd6c86b259592ef (diff) | |
| download | monzero-core-0f09b7518621044597d4953c8732101b46f3f42e.tar.gz monzero-core-0f09b7518621044597d4953c8732101b46f3f42e.tar.xz monzero-core-0f09b7518621044597d4953c8732101b46f3f42e.zip | |
Merge pull request #10459
69176dc utils: fix cli typo in monero-wallet-rpc.fish (nahuhh)
| -rw-r--r-- | utils/fish/monero-wallet-rpc.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/fish/monero-wallet-rpc.fish b/utils/fish/monero-wallet-rpc.fish index d89f58b49..6dc10e15b 100644 --- a/utils/fish/monero-wallet-rpc.fish +++ b/utils/fish/monero-wallet-rpc.fish @@ -30,7 +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 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" |
