From 6c126b25f145c5833d7e321b8f8bdd7df8abb1e6 Mon Sep 17 00:00:00 2001 From: Elizabeth Engelman <4752801+elizabethengelman@users.noreply.github.com> Date: Thu, 11 Jan 2024 10:11:18 -0500 Subject: [PATCH] Update cmd/soroban-cli/src/commands/init.rs Co-authored-by: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> --- cmd/soroban-cli/src/commands/init.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/soroban-cli/src/commands/init.rs b/cmd/soroban-cli/src/commands/init.rs index e4950d1982..195e338eca 100644 --- a/cmd/soroban-cli/src/commands/init.rs +++ b/cmd/soroban-cli/src/commands/init.rs @@ -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, + pub with_example: Vec, } #[derive(thiserror::Error, Debug)]