+ fix typo threshold (help)

This commit is contained in:
Sims24 2016-05-23 14:32:36 +02:00
parent ae45c1421f
commit 0a9563d0d2
1 changed files with 2 additions and 2 deletions

View File

@ -257,12 +257,12 @@ Example: --threshold-overload='output,CRITICAL,^(?!(off)$)'
=item B<--warning>
Set warning threshold for temperatures and humidity (syntax: type,regexp,treshold)
Set warning threshold for temperatures and humidity (syntax: type,regexp,threshold)
Example: --warning='sensors,Int. Temp,30' --warning='sensors,Fuel Level,50:'
=item B<--critical>
Set critical threshold for temperature and humidity (syntax: type,regexp,treshold)
Set critical threshold for temperature and humidity (syntax: type,regexp,threshold)
Example: --warning='sensors,Int. Temp,35' --warning='sensors,Fuel Level,40:'
=back