diff options
Diffstat (limited to 'plugins/utils.h')
-rw-r--r-- | plugins/utils.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/utils.h b/plugins/utils.h index c7073990..bc26f704 100644 --- a/plugins/utils.h +++ b/plugins/utils.h | |||
@@ -195,4 +195,8 @@ The Monitoring Plugins come with ABSOLUTELY NO WARRANTY. You may redistribute\n\ | |||
195 | copies of the plugins under the terms of the GNU General Public License.\n\ | 195 | copies of the plugins under the terms of the GNU General Public License.\n\ |
196 | For more information about these matters, see the file named COPYING.\n") | 196 | For more information about these matters, see the file named COPYING.\n") |
197 | 197 | ||
198 | #define UT_OUTPUT_FORMAT _("\ | ||
199 | --output-format=OUTPUT_FORMAT\n\ | ||
200 | Select output format. Valid values: \"icingaweb2\", \"mp-test-json\"\n") | ||
201 | |||
198 | #endif /* NP_UTILS_H */ | 202 | #endif /* NP_UTILS_H */ |