mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 01:55:20 +00:00
Fix typo. It's Comma, not Coma :-) (#5151)
This commit is contained in:
parent
723f077c3b
commit
c7803fdefd
@ -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`
|
||||
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user