From 1c22db89ac1f9f96384902c91aa27bac1c1eff36 Mon Sep 17 00:00:00 2001 From: Severin Siffert Date: Thu, 21 Nov 2024 10:53:50 +0100 Subject: [PATCH] chore: fix dfx cycles convert docs (#4010) --- docs/cli-reference/dfx-cycles.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/cli-reference/dfx-cycles.mdx b/docs/cli-reference/dfx-cycles.mdx index 788764808e..8982569289 100644 --- a/docs/cli-reference/dfx-cycles.mdx +++ b/docs/cli-reference/dfx-cycles.mdx @@ -18,8 +18,10 @@ The following subcommands are available: | Command | Description | |---------------------------------------|--------------------------------------------------------------------------------------| +| [`approve`](#dfx-cycles-approve) | Approves a principal to spend cycles on your behalf. | | [`balance`](#dfx-cycles-balance) | Prints the account balance of the user. | | [`convert`](#dfx-cycles-convert) | Convert some of the user's ICP balance into cycles. | +| [`top-up`](#dfx-cycles-top-up) | Deposit cycles into a canister. | | [`transfer`](#dfx-cycles-transfer) | Send cycles to another account. | | `help` | Displays usage information message for a specified subcommand. | @@ -135,7 +137,7 @@ You can specify the following arguments for the `dfx cycles convert` command. | `--e8s ` | Specify ICP token fractional units—called e8s—as a whole number, where one e8 is the smallest fraction of an ICP token. For example, 1.05000000 is 1 ICP and 5000000 e8s. You can use this option on its own or in conjunction with the `--icp` option. | | `--fee ` | Specify a transaction fee. The default is 10000 e8s. | | `--icp ` | Specify ICP tokens as a whole number. You can use this option on its own or in conjunction with `--e8s`. | -| `--memo ` | Memo used when depositing the minted cycles. | +| `--deposit-memo ` | Memo used when depositing the minted cycles. | | `--to-subaccount ` | Subaccount where the cycles are deposited. | ### Examples