Skip to content

Commit b9fe77b

Browse files
authored
chore: update wallet send docs to match actual behavior (#3560)
1 parent 3db15d4 commit b9fe77b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/cli-reference/dfx-wallet.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ For reference information and examples that illustrate using `dfx wallet` comman
3333
|[`name`](#dfx-wallet-name) |Returns the name of the cycles wallet if you've used the `dfx wallet set-name` command.
3434
|[`redeem-faucet-coupon`](#redeem-faucet-coupon) | Redeem a code at the cycles faucet. |
3535
|[`remove-controller`](#dfx-wallet-remove-controller) |Removes a specified controller from the selected identity's cycles wallet.
36-
|[`send`](#dfx-wallet-send) |Sends a specified amount of cycles from the selected identity's cycles wallet to another cycles wallet using the destination wallet canister ID.
36+
|[`send`](#dfx-wallet-send) |Sends a specified amount of cycles from the selected identity's cycles wallet to another canister.
3737
|[`set-name`](#dfx-wallet-set-name) |Specify a name for your cycles wallet.
3838
|[`upgrade`](#dfx-wallet-upgrade) |Upgrade the cycles wallet's Wasm module to the current Wasm bundled with DFX.
3939

@@ -404,7 +404,7 @@ Removed dheus-mqf6t-xafkj-d3tuo-gh4ng-7t2kn-7ikxy-vvwad-dfpgu-em25m-2ae as a con
404404

405405
## dfx wallet send
406406

407-
Use the `dfx wallet send` command to send cycles from the selected identity's cycles wallet to another cycles wallet using the destination cycle wallet's Canister ID. Keep in mind that the receiving canister must be a cycles wallet or have a `wallet_receive` method to accept the cycles.
407+
Use the `dfx wallet send` command to send cycles from the selected identity's cycles wallet to canister.
408408

409409
### Basic usage
410410

@@ -427,7 +427,7 @@ You must specify the following arguments for the `dfx wallet send` command.
427427

428428
|Argument |Description
429429
-----------|----------
430-
|`<destination>` |Specify the destination cycle wallet using its Canister ID.
430+
|`<destination>` |Specify the destination canister using its Canister ID.
431431
|`<amount>` |Specify the number of cycles to send.
432432

433433
### Examples

0 commit comments

Comments
 (0)