Fix typo. It's Comma, not Coma :-) (#5151)

This commit is contained in:
Mathieu Martin 2018-08-30 16:42:13 -04:00 committed by Filipe Manco
parent 723f077c3b
commit c7803fdefd
2 changed files with 2 additions and 2 deletions

View File

@ -478,7 +478,7 @@ Enable numeric monitoring system. By default it is disabled.
`--numeric_monitoring_plugins=filesystem`
Coma separated numeric monitoring plugins. By default there is only one - filesystem.
Comma separated numeric monitoring plugins. By default there is only one - filesystem.
`--numeric_monitoring_pre_aggregation_time=60`

View File

@ -29,7 +29,7 @@ FLAG(bool,
FLAG(string,
numeric_monitoring_plugins,
"filesystem",
"Coma separated numeric monitoring plugins names");
"Comma separated numeric monitoring plugins names");
FLAG(uint64,
numeric_monitoring_pre_aggregation_time,
60,