Skip to content

Commit a2d3413

Browse files
nyannyachaZiinc
andcommitted
Update cli/src/flags.rs
Co-authored-by: Ziinc <[email protected]>
1 parent df5f651 commit a2d3413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/flags.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ fn get_start_command() -> Command {
305305
)
306306
.arg(
307307
arg!(--"enable-otel")
308-
.help("Enable Otel in the main and event workers")
308+
.help("Enable OpenTelemetry in the main and event workers")
309309
.value_delimiter(',')
310310
.value_parser(value_parser!(OtelKind))
311311
.num_args(0..=1)

0 commit comments

Comments
 (0)