summaryrefslogtreecommitdiffstats
path: root/plugins/check_swap.c
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-02-20 23:45:13 +0100
committerLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-02-20 23:45:13 +0100
commit3cd29d86cc51b763a0cf706e64884602cb3c9314 (patch)
tree593af7298d973a61e8f37309c9e0e2b1ce68b45e /plugins/check_swap.c
parentf7f958eee739ae1a61859c834ec3531de384fe6f (diff)
downloadmonitoring-plugins-3cd29d86cc51b763a0cf706e64884602cb3c9314.tar.gz
Remove output formats one-line and summary-only
Diffstat (limited to 'plugins/check_swap.c')
-rw-r--r--plugins/check_swap.c2
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");