[doc] Fix cpu.format default value in documentation

This commit is contained in:
Frederic Junod 2019-05-09 08:49:12 +02:00
parent 94427ea20f
commit f996f8caef

View file

@ -5,7 +5,7 @@
Parameters:
* cpu.warning : Warning threshold in % of CPU usage (defaults to 70%)
* cpu.critical: Critical threshold in % of CPU usage (defaults to 80%)
* cpu.format : Format string (defaults to "{:.01f}%)")
* cpu.format : Format string (defaults to "{:.01f}%")
"""
try: