diff options
-rw-r--r-- | plugins/negate.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/negate.c b/plugins/negate.c index 745c12a..15a38c1 100644 --- a/plugins/negate.c +++ b/plugins/negate.c | |||
@@ -220,8 +220,10 @@ print_help (void) | |||
220 | 220 | ||
221 | printf (COPYRIGHT, copyright, email); | 221 | printf (COPYRIGHT, copyright, email); |
222 | 222 | ||
223 | printf ("%s\n", _("Negates the status of a plugin (returns OK for CRITICAL and vice-versa).")); | 223 | printf ("%s\n", _("Negates only the return code of a plugin (returns OK for CRITICAL and vice-versa) by default.")); |
224 | printf ("%s\n", _("Additional switches can be used to control which state becomes what.")); | 224 | printf ("%s\n", _("Additional switches can be used to control:\n")); |
225 | printf ("- which state becomes what\n"); | ||
226 | printf ("- changing the plugin output text to match the return code"); | ||
225 | 227 | ||
226 | printf ("\n\n"); | 228 | printf ("\n\n"); |
227 | 229 | ||