diff --git a/itl/command-plugins.conf b/itl/command-plugins.conf index ce0f5a835..a0c109265 100644 --- a/itl/command-plugins.conf +++ b/itl/command-plugins.conf @@ -1272,11 +1272,11 @@ object CheckCommand "swap" { }} "-a" = { set_if = "$swap_allswaps$" - description = "Resulting state when there is no swap regardless of thresholds. Possible values are \"ok\", \"warning\", \"critical\", \"unknown\". Defaults to \"critical\"" + description = "Conduct comparisons for all swap partitions, one by one" } "-n" = { value = "$swap_noswap$" - description = "Conduct comparisons for all swap partitions, one by one" + description = "Resulting state when there is no swap regardless of thresholds. Possible values are \"ok\", \"warning\", \"critical\", \"unknown\". Defaults to \"critical\"" } }