summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/check_ldap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/check_ldap.c b/plugins/check_ldap.c
index b8b3411..ee0b8d6 100644
--- a/plugins/check_ldap.c
+++ b/plugins/check_ldap.c
@@ -88,6 +88,8 @@ print_help ()
88#endif 88#endif
89 89
90 printf (_(UT_WARN_CRIT)); 90 printf (_(UT_WARN_CRIT));
91
92 printf (_(UT_SUPPORT));
91} 93}
92 94
93int process_arguments (int, char **); 95int process_arguments (int, char **);