Skip to content

Commit

Permalink
update cobra.Command for inventory-otel diagnose
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgopack4 committed Feb 4, 2025
1 parent 56e1c70 commit 4927340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/agent/subcommands/diagnose/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ This command print the inventory-host metadata payload. This payload is used by
Use: "inventory-otel",
Short: "Print the Inventory otel metadata payload.",
Long: `
This command print the inventory-otel metadata payload. This payload is used by the 'inventories/sql' product.`,
This command print the inventory-otel metadata payload. This payload is used by the 'OTel Agent' product.`,
RunE: func(_ *cobra.Command, _ []string) error {
return fxutil.OneShot(printPayload,
fx.Supply(payloadName("inventory-otel")),
Expand Down

0 comments on commit 4927340

Please sign in to comment.