diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/check_swap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_swap.c b/plugins/check_swap.c index 1f2d0273..262d8d51 100644 --- a/plugins/check_swap.c +++ b/plugins/check_swap.c | |||
@@ -382,7 +382,7 @@ void print_help(swap_config config) { | |||
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(" %s\n", "--output-format"); |
385 | printf(" %s\n", _("Select output format. Valid values: \"one-line\", \"icingaweb2\", \"summary-only\", \"mp-test-json\"")); | 385 | printf(" %s\n", _("Select output format. Valid values: \"icingaweb2\", \"mp-test-json\"")); |
386 | printf(UT_VERBOSE); | 386 | printf(UT_VERBOSE); |
387 | 387 | ||
388 | printf("\n"); | 388 | printf("\n"); |