From d45867162c0e52d2fd8dfe93ff6776209baf23c8 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sun, 18 Jan 2015 21:40:31 +0100 Subject: [PATCH] textual: put option and its description into a single translatable string Also improve the description: notime, notq, and nohost are literals, not things to be replaced by something else -- so no angular brackets. Signed-off-by: Benno Schulenberg --- misc-utils/logger.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc-utils/logger.c b/misc-utils/logger.c index a9d4b7471f..57effb9188 100644 --- a/misc-utils/logger.c +++ b/misc-utils/logger.c @@ -525,8 +525,8 @@ static void __attribute__ ((__noreturn__)) usage(FILE *out) fputs(_(" -T, --tcp use TCP only\n"), out); fputs(_(" -d, --udp use UDP only\n"), out); fputs(_(" --rfc3164 use the obsolete BSD syslog protocol\n"), out); - fputs(_(" --rfc5424[=]\n"), out); - fputs(_(" use the syslog protocol (default)\n"), out); + fputs(_(" --rfc5424[=] use the syslog protocol (the default);\n" + " can be notime, or notq, and/or nohost\n"), out); fputs(_(" -u, --socket write to this Unix socket\n"), out); #ifdef HAVE_LIBSYSTEMD fputs(_(" --journald[=] write journald entry\n"), out); -- 2.47.2