summaryrefslogtreecommitdiffstats
path: root/plugins/check_ldap.c
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-04-27 14:35:26 (GMT)
committerThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-04-27 14:35:26 (GMT)
commited62784a0b68959fd13fe5bc53a5aef4f17fbffa (patch)
treef479a5b8ad8cac8d6dcc506ba61aa5ec3fbb5bb3 /plugins/check_ldap.c
parent140a93ce6bce63df2d70841f2f78aa968ea997d6 (diff)
downloadmonitoring-plugins-ed62784a0b68959fd13fe5bc53a5aef4f17fbffa.tar.gz
--help output cleanup (plus removal of spaces on blank lines)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1984 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_ldap.c')
-rw-r--r--plugins/check_ldap.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/plugins/check_ldap.c b/plugins/check_ldap.c
index 582f9cc..74ca3b0 100644
--- a/plugins/check_ldap.c
+++ b/plugins/check_ldap.c
@@ -393,7 +393,7 @@ print_help (void)
393 printf (COPYRIGHT, copyright, email); 393 printf (COPYRIGHT, copyright, email);
394 394
395 printf ("\n\n"); 395 printf ("\n\n");
396 396
397 print_usage (); 397 print_usage ();
398 398
399 printf (_(UT_HELP_VRSN)); 399 printf (_(UT_HELP_VRSN));
@@ -429,12 +429,12 @@ print_help (void)
429 429
430 printf (_(UT_VERBOSE)); 430 printf (_(UT_VERBOSE));
431 431
432 printf ("\n%s\n", _("Note:")); 432 printf ("\n%s\n", _("Notes:"));
433 printf ("%s\n", _("If this plugin is called via 'check_ldaps', method 'STARTTLS' will be")); 433 printf (" %s\n", _("If this plugin is called via 'check_ldaps', method 'STARTTLS' will be"));
434 printf (_("implied (using default port %i) unless --port=636 is specified. In that case %s"), DEFAULT_PORT, "\n"); 434 printf (_(" implied (using default port %i) unless --port=636 is specified. In that case %s"), DEFAULT_PORT, "\n");
435 printf ("%s\n", _("'SSL on connect' will be used no matter how the plugin was called.")); 435 printf (" %s\n", _("'SSL on connect' will be used no matter how the plugin was called."));
436 printf ("%s\n", _("This detection is deprecated, please use 'check_ldap' with the '--starttls' or '--ssl' flags")); 436 printf (" %s\n", _("This detection is deprecated, please use 'check_ldap' with the '--starttls' or '--ssl' flags"));
437 printf ("%s\n", _("to define the behaviour explicitly instead.")); 437 printf (" %s\n", _("to define the behaviour explicitly instead."));
438 438
439 printf (_(UT_SUPPORT)); 439 printf (_(UT_SUPPORT));
440} 440}