Skip to content

Commit

Permalink
Remove port short arg option too.
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand authored and acarbonetto committed Sep 25, 2023
1 parent 7b94e52 commit c272399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/rust/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ struct Args {
#[arg(name = "clusterModeEnabled", long, default_value_t = false)]
cluster_mode_enabled: bool,

#[arg(name = "port", short, long, default_value_t = PORT)]
#[arg(name = "port", long, default_value_t = PORT)]
port: u32,
}

Expand Down

0 comments on commit c272399

Please sign in to comment.