Skip to content

Commit

Permalink
Update otelcol/command_examine.go
Browse files Browse the repository at this point in the history
Co-authored-by: Mauri de Souza Meneguzzo <mauri870@gmail.com>
  • Loading branch information
VihasMakwana and mauri870 authored Dec 2, 2024
1 parent e0985ef commit 255b05f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otelcol/command_examine.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
func newExamineSubCommand(set CollectorSettings, flagSet *flag.FlagSet) *cobra.Command {
examineCmd := &cobra.Command{
Use: "examine",
Short: "Logs the final configuration after all --config sources are resolved and merged",
Short: "Prints the final yaml configuration after all --config sources are resolved and merged",
Args: cobra.ExactArgs(0),
RunE: func(cmd *cobra.Command, _ []string) error {
err := updateSettingsUsingFlags(&set, flagSet)
Expand Down

0 comments on commit 255b05f

Please sign in to comment.