diff --git a/docs/build/cli-wallet/1.0/docs/02_wallet.md b/docs/build/cli-wallet/1.0/docs/02_wallet.md index 895ac05db0b..41f4c8fdc2b 100644 --- a/docs/build/cli-wallet/1.0/docs/02_wallet.md +++ b/docs/build/cli-wallet/1.0/docs/02_wallet.md @@ -198,7 +198,7 @@ Restore accounts from a stronghold backup file. ./wallet restore backup.stronghold ``` -### `./wallet set-node` +### `./wallet set-node-url` Sets the node to be used for all requests. @@ -213,7 +213,7 @@ The new node URL is persisted to the storage and all future requests will use it #### Example ```sh -./wallet set-node http://localhost:14265 +./wallet set-node-url http://localhost:14265 ``` ### `./wallet sync`