summaryrefslogtreecommitdiffstats
path: root/server/providers/ldap/ldap_child.c
diff options
context:
space:
mode:
Diffstat (limited to 'server/providers/ldap/ldap_child.c')
-rw-r--r--server/providers/ldap/ldap_child.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/server/providers/ldap/ldap_child.c b/server/providers/ldap/ldap_child.c
index fad075e74..a17bcad07 100644
--- a/server/providers/ldap/ldap_child.c
+++ b/server/providers/ldap/ldap_child.c
@@ -324,11 +324,11 @@ int main(int argc, const char *argv[])
struct poptOption long_options[] = {
POPT_AUTOHELP
{"debug-level", 'd', POPT_ARG_INT, &debug_level, 0,
- "Debug level", NULL},
+ _("Debug level"), NULL},
{"debug-timestamps", 0, POPT_ARG_INT, &debug_timestamps, 0,
- "Add debug timestamps", NULL},
+ _("Add debug timestamps"), NULL},
{"debug-fd", 0, POPT_ARG_INT, &debug_fd, 0,
- "Add debug timestamps", NULL},
+ _("An open file descriptor for the debug logs"), NULL},
POPT_TABLEEND
};