fix help and indent

This commit is contained in:
garnier-quentin 2019-04-23 11:23:44 +02:00
parent 82d6a0e758
commit 54a2c71c1b
2 changed files with 2 additions and 2 deletions

View File

@ -452,7 +452,7 @@ Set HTTP headers (Multiple option)
=item B<--unknown-status>
Threshold warning for http response code (Default: '%{http_code} < 200 or %{http_code} >= 300')
Threshold unknown for http response code (Default: '%{http_code} < 200 or %{http_code} >= 300')
=item B<--warning-status>

View File

@ -234,7 +234,7 @@ Filter cluster name (can be a regexp).
=item B<--warning-status>
Set warning threshold for status (Default: '%{health} =~ /warning/).
Set warning threshold for status (Default: '%{health} =~ /warning/').
Can used special variables like: %{health}, %{display}
=item B<--critical-status>