Improve wording on log flag comment

This commit is contained in:
beorn7 2016-07-20 17:32:42 +02:00
parent 25385aafcb
commit bf6201483c
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}