From 2cb40465320ca3f0b9425a0631ee7c970276b06b Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 11 Mar 2015 10:51:13 +0100 Subject: [PATCH] logger: small change in usage() Signed-off-by: Karel Zak --- misc-utils/logger.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc-utils/logger.c b/misc-utils/logger.c index f6e78377fb..9c6d6a2162 100644 --- a/misc-utils/logger.c +++ b/misc-utils/logger.c @@ -649,7 +649,7 @@ 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[=] use the syslog protocol (the default);\n" + fputs(_(" --rfc5424[=] use the syslog protocol (the default for remote);\n" " can be notime, or notq, and/or nohost\n"), out); fputs(_(" --msgid set rfc5424 MSGID field, ignored for non-rfc5424 format\n"), out); fputs(_(" -u, --socket write to this Unix socket\n"), out); -- 2.47.2