diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-02-20 23:52:32 +0100 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-02-20 23:52:32 +0100 |
commit | 1d590a0efe4193ac9298d3eba448ab8bc3bb665b (patch) | |
tree | e0161bd9fce96d5415a62d7ed7dc6c0875192dd2 /plugins/utils.h | |
parent | 07873c765b73c85482436880f122882dfccd7e1b (diff) | |
download | monitoring-plugins-1d590a0efe4193ac9298d3eba448ab8bc3bb665b.tar.gz |
Rename icingaweb2 format to multi-line
Diffstat (limited to 'plugins/utils.h')
-rw-r--r-- | plugins/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/utils.h b/plugins/utils.h index bc26f704..029ae5a6 100644 --- a/plugins/utils.h +++ b/plugins/utils.h | |||
@@ -197,6 +197,6 @@ For more information about these matters, see the file named COPYING.\n") | |||
197 | 197 | ||
198 | #define UT_OUTPUT_FORMAT _("\ | 198 | #define UT_OUTPUT_FORMAT _("\ |
199 | --output-format=OUTPUT_FORMAT\n\ | 199 | --output-format=OUTPUT_FORMAT\n\ |
200 | Select output format. Valid values: \"icingaweb2\", \"mp-test-json\"\n") | 200 | Select output format. Valid values: \"multi-line\", \"mp-test-json\"\n") |
201 | 201 | ||
202 | #endif /* NP_UTILS_H */ | 202 | #endif /* NP_UTILS_H */ |