Skip to content

Commit a89dd5f

Browse files
committed
Fix capitalization
1 parent 8c53899 commit a89dd5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/cmd/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const (
2424
func main() {
2525
app := cli.Command{
2626
Name: "otel",
27-
Usage: "OpenTelemetry Go Compile-Time Instrumentation tool",
27+
Usage: "OpenTelemetry Go Compile-Time Instrumentation Tool",
2828
HideVersion: true,
2929
Flags: []cli.Flag{
3030
&cli.StringFlag{

0 commit comments

Comments
 (0)