summaryrefslogtreecommitdiffstats
path: root/plugins/negate.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/negate.c')
-rw-r--r--plugins/negate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/negate.c b/plugins/negate.c
index 15a38c1..c5fe7e1 100644
--- a/plugins/negate.c
+++ b/plugins/negate.c
@@ -222,8 +222,8 @@ print_help (void)
222 222
223 printf ("%s\n", _("Negates only the return code of a plugin (returns OK for CRITICAL and vice-versa) by default.")); 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:\n")); 224 printf ("%s\n", _("Additional switches can be used to control:\n"));
225 printf ("- which state becomes what\n"); 225 printf ("\t - which state becomes what\n");
226 printf ("- changing the plugin output text to match the return code"); 226 printf ("\t - changing the plugin output text to match the return code");
227 227
228 printf ("\n\n"); 228 printf ("\n\n");
229 229