diff options
Diffstat (limited to 'plugins/negate.c')
-rw-r--r-- | plugins/negate.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/negate.c b/plugins/negate.c index 8eac722..869b9d9 100644 --- a/plugins/negate.c +++ b/plugins/negate.c | |||
@@ -247,9 +247,9 @@ print_help (void) | |||
247 | 247 | ||
248 | print_usage (); | 248 | print_usage (); |
249 | 249 | ||
250 | printf (_(UT_HELP_VRSN)); | 250 | printf (UT_HELP_VRSN); |
251 | 251 | ||
252 | printf (_(UT_TIMEOUT), timeout_interval); | 252 | printf (UT_TIMEOUT, timeout_interval); |
253 | printf (" %s\n", _("Keep timeout longer than the plugin timeout to retain CRITICAL status.")); | 253 | printf (" %s\n", _("Keep timeout longer than the plugin timeout to retain CRITICAL status.")); |
254 | printf (" -T, --timeout-result=STATUS\n"); | 254 | printf (" -T, --timeout-result=STATUS\n"); |
255 | printf (" %s\n", _("Custom result on Negate timeouts; see below for STATUS definition\n")); | 255 | printf (" %s\n", _("Custom result on Negate timeouts; see below for STATUS definition\n")); |
@@ -281,7 +281,7 @@ print_help (void) | |||
281 | printf (" %s\n", _("Using timeout-result, it is possible to override the timeout behaviour or a")); | 281 | printf (" %s\n", _("Using timeout-result, it is possible to override the timeout behaviour or a")); |
282 | printf (" %s\n", _("plugin by setting the negate timeout a bit lower.")); | 282 | printf (" %s\n", _("plugin by setting the negate timeout a bit lower.")); |
283 | 283 | ||
284 | printf (_(UT_SUPPORT)); | 284 | printf (UT_SUPPORT); |
285 | } | 285 | } |
286 | 286 | ||
287 | 287 | ||