Skip to content

Commit 94d5dc6

Browse files
nyannyachaZiinc
andauthored
Update cli/src/flags.rs
Co-authored-by: Ziinc <[email protected]>
1 parent 6e92e5f commit 94d5dc6

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)