Skip to content

Commit

Permalink
Update limit arg to limits for consistency
Browse files Browse the repository at this point in the history
Co-authored-by: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com>
  • Loading branch information
elizabethengelman and leighmcculloch authored Feb 21, 2024
1 parent 2e706d8 commit 0e90ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/soroban-cli/src/commands/network/start.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<String>,
pub limits: Option<String>,

/// Argument to specify the HOST_PORT:CONTAINER_PORT mapping
#[arg(short = 'p', long, num_args = 1.., default_value = DEFAULT_PORT_MAPPING)]
Expand Down

0 comments on commit 0e90ded

Please sign in to comment.