diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-02-20 23:49:22 +0100 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-02-20 23:49:22 +0100 |
commit | 07873c765b73c85482436880f122882dfccd7e1b (patch) | |
tree | eb84360763950d7db484d68f70edf5784c8f88af /plugins/check_swap.c | |
parent | 3cd29d86cc51b763a0cf706e64884602cb3c9314 (diff) | |
download | monitoring-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.c | 3 |
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"); |