Improve negate plugin helptext

This commit updates the negate plugin's helptext as it is currently ambiguous.
This commit is contained in:
Eunice Remoquillo 2024-02-12 10:59:18 +08:00
parent 0445456e8b
commit d2df046481

View file

@ -220,8 +220,10 @@ print_help (void)
printf (COPYRIGHT, copyright, email);
printf ("%s\n", _("Negates the status of a plugin (returns OK for CRITICAL and vice-versa)."));
printf ("%s\n", _("Additional switches can be used to control which state becomes what."));
printf ("%s\n", _("Negates only the return code of a plugin (returns OK for CRITICAL and vice-versa) by default."));
printf ("%s\n", _("Additional switches can be used to control:\n"));
printf ("- which state becomes what\n");
printf ("- changing the plugin output text to match the return code");
printf ("\n\n");