From 0e90ded96b7403376920f25363bf1071b98188ed Mon Sep 17 00:00:00 2001 From: Elizabeth Engelman <4752801+elizabethengelman@users.noreply.github.com> Date: Wed, 21 Feb 2024 17:50:56 -0500 Subject: [PATCH] Update limit arg to limits for consistency Co-authored-by: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> --- cmd/soroban-cli/src/commands/network/start.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/soroban-cli/src/commands/network/start.rs b/cmd/soroban-cli/src/commands/network/start.rs index 77fbb208ef..3fdb3bc74e 100644 --- a/cmd/soroban-cli/src/commands/network/start.rs +++ b/cmd/soroban-cli/src/commands/network/start.rs @@ -28,7 +28,7 @@ pub struct Cmd { /// Optional argument to specify the limits for the local network only #[arg(short = 'l', long)] - pub limit: Option, + pub limits: Option, /// Argument to specify the HOST_PORT:CONTAINER_PORT mapping #[arg(short = 'p', long, num_args = 1.., default_value = DEFAULT_PORT_MAPPING)]