Skip to content

Commit

Permalink
Update generate.rs (#2614)
Browse files Browse the repository at this point in the history
Co-authored-by: Linwei Shang <[email protected]>
  • Loading branch information
sesi200 and lwshang authored Sep 30, 2022
1 parent 3df8a76 commit 92caaab
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 92caaab

Please sign in to comment.