mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-01 15:15:47 -04:00
Improve negate plugin helptext
This commit updates the negate plugin's helptext as it is currently ambiguous.
This commit is contained in:
parent
0445456e8b
commit
d2df046481
1 changed files with 4 additions and 2 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue