Skip to content

Commit 079eff0

Browse files
authored
Remove duplicate short option '-p' to fix router executable (#602)
1 parent 4bf289d commit 079eff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

router/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ struct Args {
165165
otlp_service_name: String,
166166

167167
/// The Prometheus port to listen on.
168-
#[clap(default_value = "9000", long, short, env)]
168+
#[clap(default_value = "9000", long, env)]
169169
prometheus_port: u16,
170170

171171
/// Unused for gRPC servers

0 commit comments

Comments
 (0)