From: Karel Zak Date: Wed, 11 Mar 2015 09:51:13 +0000 (+0100) Subject: logger: small change in usage() X-Git-Tag: v2.27-rc1~373 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2cb40465320ca3f0b9425a0631ee7c970276b06b;p=thirdparty%2Futil-linux.git logger: small change in usage() Signed-off-by: Karel Zak --- 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);