summaryrefslogtreecommitdiffstats
path: root/plugins/check_swap.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_swap.c')
-rw-r--r--plugins/check_swap.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/check_swap.c b/plugins/check_swap.c
index 262d8d51..4d3b6099 100644
--- a/plugins/check_swap.c
+++ b/plugins/check_swap.c
@@ -381,8 +381,7 @@ void print_help(swap_config config) {
381 _("Resulting state when there is no swap regardless of thresholds. " 381 _("Resulting state when there is no swap regardless of thresholds. "
382 "Default:"), 382 "Default:"),
383 state_text(config.no_swap_state)); 383 state_text(config.no_swap_state));
384 printf(" %s\n", "--output-format"); 384 printf(UT_OUTPUT_FORMAT);
385 printf(" %s\n", _("Select output format. Valid values: \"icingaweb2\", \"mp-test-json\""));
386 printf(UT_VERBOSE); 385 printf(UT_VERBOSE);
387 386
388 printf("\n"); 387 printf("\n");