summaryrefslogtreecommitdiffstats
path: root/server/util/util.h
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2010-02-02 14:12:15 -0500
committerStephen Gallagher <sgallagh@redhat.com>2010-02-05 09:43:42 -0500
commitd61d37ed5c7cc51f1106fe3105c3cf226cc10277 (patch)
treef27ee797a08d25c3f9ddf985ed9a4952075e71a2 /server/util/util.h
parenta9402e5d8e75f7f361a5754e91180ed4f4ee98e1 (diff)
downloadsssd-d61d37ed5c7cc51f1106fe3105c3cf226cc10277.tar.gz
sssd-d61d37ed5c7cc51f1106fe3105c3cf226cc10277.tar.xz
sssd-d61d37ed5c7cc51f1106fe3105c3cf226cc10277.zip
Internationalize the command-line help message
Diffstat (limited to 'server/util/util.h')
-rw-r--r--server/util/util.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/server/util/util.h b/server/util/util.h
index 2ea624647..9c8679eca 100644
--- a/server/util/util.h
+++ b/server/util/util.h
@@ -56,12 +56,12 @@ void debug_fn(const char *format, ...);
errno_t set_debug_file_from_fd(const int fd);
#define SSSD_DEBUG_OPTS \
- {"debug-level", 'd', POPT_ARG_INT, &debug_level, 0, \
- "Debug level", NULL}, \
- {"debug-to-files", 'f', POPT_ARG_NONE, &debug_to_file, 0, \
- "Send the debug output to files instead of stderr", NULL }, \
+ {"debug-level", 'd', POPT_ARG_INT, &debug_level, 0, \
+ _("Debug level"), NULL}, \
+ {"debug-to-files", 'f', POPT_ARG_NONE, &debug_to_file, 0, \
+ _("Send the debug output to files instead of stderr"), NULL }, \
{"debug-timestamps", 0, POPT_ARG_INT, &debug_timestamps, 0, \
- "Add debug timestamps", NULL},
+ _("Add debug timestamps"), NULL},
/** \def DEBUG(level, body)
\brief macro to generate debug messages