summaryrefslogtreecommitdiffstats
path: root/plugins/check_ldap.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_ldap.c')
-rw-r--r--plugins/check_ldap.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/plugins/check_ldap.c b/plugins/check_ldap.c
index 400d74a..66834e8 100644
--- a/plugins/check_ldap.c
+++ b/plugins/check_ldap.c
@@ -396,12 +396,12 @@ print_help (void)
396 396
397 print_usage (); 397 print_usage ();
398 398
399 printf (_(UT_HELP_VRSN)); 399 printf (UT_HELP_VRSN);
400 printf (_(UT_EXTRA_OPTS)); 400 printf (UT_EXTRA_OPTS);
401 401
402 printf (_(UT_HOST_PORT), 'p', myport); 402 printf (UT_HOST_PORT, 'p', myport);
403 403
404 printf (_(UT_IPv46)); 404 printf (UT_IPv46);
405 405
406 printf (" %s\n", "-a [--attr]"); 406 printf (" %s\n", "-a [--attr]");
407 printf (" %s\n", _("ldap attribute to search (default: \"(objectclass=*)\"")); 407 printf (" %s\n", _("ldap attribute to search (default: \"(objectclass=*)\""));
@@ -424,11 +424,11 @@ print_help (void)
424 printf (" (%s %d)\n", _("default protocol version:"), DEFAULT_PROTOCOL); 424 printf (" (%s %d)\n", _("default protocol version:"), DEFAULT_PROTOCOL);
425#endif 425#endif
426 426
427 printf (_(UT_WARN_CRIT)); 427 printf (UT_WARN_CRIT);
428 428
429 printf (_(UT_TIMEOUT), DEFAULT_SOCKET_TIMEOUT); 429 printf (UT_TIMEOUT, DEFAULT_SOCKET_TIMEOUT);
430 430
431 printf (_(UT_VERBOSE)); 431 printf (UT_VERBOSE);
432 432
433 printf ("\n"); 433 printf ("\n");
434 printf ("%s\n", _("Notes:")); 434 printf ("%s\n", _("Notes:"));
@@ -439,10 +439,10 @@ print_help (void)
439 printf (" %s\n", _("to define the behaviour explicitly instead.")); 439 printf (" %s\n", _("to define the behaviour explicitly instead."));
440#ifdef NP_EXTRA_OPTS 440#ifdef NP_EXTRA_OPTS
441 printf ("\n"); 441 printf ("\n");
442 printf (_(UT_EXTRA_OPTS_NOTES)); 442 printf (UT_EXTRA_OPTS_NOTES);
443#endif 443#endif
444 444
445 printf (_(UT_SUPPORT)); 445 printf (UT_SUPPORT);
446} 446}
447 447
448/* todo 448/* todo