mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-15 22:00:06 -04:00
Added indentions for readability
This commit is contained in:
parent
d2df046481
commit
2ab03d5f9c
1 changed files with 2 additions and 2 deletions
|
|
@ -222,8 +222,8 @@ print_help (void)
|
|||
|
||||
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 ("\t - which state becomes what\n");
|
||||
printf ("\t - changing the plugin output text to match the return code");
|
||||
|
||||
printf ("\n\n");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue