Merge pull request #1987 from euniceremoquillo/Improve-negate-plugin-helptext

Improve negate plugin helptext
This commit is contained in:
Lorenz Kästle 2024-02-12 16:26:43 +01:00 committed by GitHub
commit f6d7bf8656
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 ("\t - which state becomes what\n");
printf ("\t - changing the plugin output text to match the return code");
printf ("\n\n");