summaryrefslogtreecommitdiffstats
path: root/misc-utils
diff options
context:
space:
mode:
authorBenno Schulenberg2015-01-18 21:40:31 +0100
committerKarel Zak2015-01-26 11:22:13 +0100
commitd45867162c0e52d2fd8dfe93ff6776209baf23c8 (patch)
tree03f5487480fae7457d469a77042701263c1604f9 /misc-utils
parentdocs: fix two spellings in man page of logger (diff)
downloadkernel-qcow2-util-linux-d45867162c0e52d2fd8dfe93ff6776209baf23c8.tar.gz
kernel-qcow2-util-linux-d45867162c0e52d2fd8dfe93ff6776209baf23c8.tar.xz
kernel-qcow2-util-linux-d45867162c0e52d2fd8dfe93ff6776209baf23c8.zip
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 <bensberg@justemail.net>
Diffstat (limited to 'misc-utils')
-rw-r--r--misc-utils/logger.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc-utils/logger.c b/misc-utils/logger.c
index a9d4b7471..57effb918 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[=<notime,notq,nohost>]\n"), out);
- fputs(_(" use the syslog protocol (default)\n"), out);
+ fputs(_(" --rfc5424[=<cut>] use the syslog protocol (the default);\n"
+ " <cut> can be notime, or notq, and/or nohost\n"), out);
fputs(_(" -u, --socket <socket> write to this Unix socket\n"), out);
#ifdef HAVE_LIBSYSTEMD
fputs(_(" --journald[=<file>] write journald entry\n"), out);