mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-15 22:00:06 -04:00
Split long line in check_cluster --help
This commit is contained in:
parent
956b504e68
commit
a46df94001
1 changed files with 2 additions and 1 deletions
|
|
@ -260,7 +260,8 @@ print_help(void)
|
|||
printf ("\n");
|
||||
printf ("%s\n", _("Examples:"));
|
||||
printf (" %s\n", "check_cluster -s -d 2,0,2,0 -c @3:");
|
||||
printf (" %s\n", _("Will alert critical if there are 3 or more service data points in a non-OK state") );
|
||||
printf (" %s\n", _("Will alert critical if there are 3 or more service data points in a non-OK") );
|
||||
printf (" %s\n", _("state.") );
|
||||
|
||||
printf(UT_SUPPORT);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue