We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df5f651 commit a2d3413Copy full SHA for a2d3413
cli/src/flags.rs
@@ -305,7 +305,7 @@ fn get_start_command() -> Command {
305
)
306
.arg(
307
arg!(--"enable-otel")
308
- .help("Enable Otel in the main and event workers")
+ .help("Enable OpenTelemetry in the main and event workers")
309
.value_delimiter(',')
310
.value_parser(value_parser!(OtelKind))
311
.num_args(0..=1)
0 commit comments