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:49:22 +0100
committerLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-02-20 23:49:22 +0100
commit07873c765b73c85482436880f122882dfccd7e1b (patch)
treeeb84360763950d7db484d68f70edf5784c8f88af /plugins/check_swap.c
parent3cd29d86cc51b763a0cf706e64884602cb3c9314 (diff)
downloadmonitoring-plugins-07873c765b73c85482436880f122882dfccd7e1b.tar.gz
Place output-format help string with the other common ones
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");