diff --git a/docs/cli-reference/dfx-new.md b/docs/cli-reference/dfx-new.md index f47a7bc36e..4e67dde235 100644 --- a/docs/cli-reference/dfx-new.md +++ b/docs/cli-reference/dfx-new.md @@ -22,11 +22,12 @@ You can use the following optional flags with the `dfx new` command: ## Arguments -You must specify the following argument for the `dfx new` command. +You can specify the following argument for the `dfx new` command. | Argument | Description | |----------------|-------------------------------------------------------------------------| | `project_name` | Specifies the name of the project to create. This argument is required. | +| `--type` | Choose the canister type in the starter project, motoko and rust are available. The default is motoko. | ## Examples