Skip to content

Commit

Permalink
Improve wording on log flag comment
Browse files Browse the repository at this point in the history
  • Loading branch information
beorn7 committed Jul 20, 2016
1 parent 25385aa commit bf62014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/prometheus/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ func init() {
"Maximum number of queries executed concurrently.",
)

// Copy the flags from the log package into our own flag set.
// Flags from the log package have to be added explicitly to our custom flag set.
log.AddFlags(cfg.fs)
}

Expand Down

0 comments on commit bf62014

Please sign in to comment.