Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/dfx/src/commands/generate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ use tokio::runtime::Runtime;
/// Generate type declarations for canisters from the code in your project
#[derive(Parser)]
pub struct GenerateOpts {
/// Specifies the name of the canister to build.
/// If you do not specify a canister names, generates types for all canisters.
/// Specifies the name of the canister to generate type information for.
/// If you do not specify a canister name, generates types for all canisters.
canister_name: Option<String>,

#[clap(flatten)]
Expand Down