diff --git a/doc/wallet/usage.md b/doc/wallet/usage.md index a7f6de9e..38e3d03e 100644 --- a/doc/wallet/usage.md +++ b/doc/wallet/usage.md @@ -52,7 +52,7 @@ tries to contact a node at `127.0.0.1:13413`. To change this, modify the value i you can provide the `-r` (seRver) switch to the wallet command, e.g.: ```sh -grin wallet -a "http://192.168.0.2:1341" info +grin wallet -r "http://192.168.0.2:1341" info ``` If commands that need to update from a grin node can't find one, they will generally inform you that the node couldn't be reached @@ -455,4 +455,4 @@ Sender creates a transaction, sends it to the recipient and awaits for the reply grin wallet send -m keybase -d ``` -Where recipient is a keybase username. If everything goes well the transaction is finalized and sent to the node for broadcasting. \ No newline at end of file +Where recipient is a keybase username. If everything goes well the transaction is finalized and sent to the node for broadcasting.