diff --git a/docs/cli-reference/dfx-canister.mdx b/docs/cli-reference/dfx-canister.mdx index ad16e23452..43efbaf8b6 100644 --- a/docs/cli-reference/dfx-canister.mdx +++ b/docs/cli-reference/dfx-canister.mdx @@ -912,7 +912,7 @@ You can use the following arguments with the `dfx canister snapshot create` comm | Argument | Description | |-----------------------|--------------------------------------------------------------------------------| | `` | The canister to snapshot. | -| `--replace ` | If a snapshot ID is specified, this snapshot will replace it and reuse the ID. | +| `--replace ` | If a snapshot ID is specified, the snapshot identified by this ID will be deleted and a snapshot with a new ID will be returned. | ### Examples @@ -1060,7 +1060,7 @@ You can use the following arguments with the `dfx canister snapshot upload` comm |-----------------------|--------------------------------------------------------------------------------| | `` | The canister to upload the snapshot to. | | --dir `` | The directory to upload the snapshot from. | -| --replace `` | If a snapshot ID is specified, this snapshot will replace it and reuse the ID. | | +| --replace `` | If a snapshot ID is specified, the snapshot identified by this ID will be deleted and a snapshot with a new ID will be returned. | ### Examples