Skip to content

Commit

Permalink
Update cmd/soroban-cli/src/commands/init.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Leigh McCulloch <[email protected]>
  • Loading branch information
elizabethengelman and leighmcculloch authored Jan 11, 2024
1 parent 90585d9 commit 6c126b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/soroban-cli/src/commands/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ pub struct Cmd {

/// optional flag to specify soroban example contracts to include
#[arg(short, long, num_args = 1..=20, default_value = "none")]
pub with_contract: Vec<ExampleContract>,
pub with_example: Vec<ExampleContract>,
}

#[derive(thiserror::Error, Debug)]
Expand Down

0 comments on commit 6c126b2

Please sign in to comment.