diff options
Diffstat (limited to 'plugins/check_ldap.c')
-rw-r--r-- | plugins/check_ldap.c | 14 |
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 | } |