From: Karel Zak Date: Tue, 21 Jun 2016 11:32:14 +0000 (+0200) Subject: logger: be more precise about --port description X-Git-Tag: v2.29-rc1~184 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1c7227598824b1d9140298e9fe5742cae4131130;p=thirdparty%2Futil-linux.git logger: be more precise about --port description Signed-off-by: Karel Zak --- diff --git a/misc-utils/logger.c b/misc-utils/logger.c index b01538b657..9f2940cb28 100644 --- a/misc-utils/logger.c +++ b/misc-utils/logger.c @@ -1001,7 +1001,7 @@ static void __attribute__ ((__noreturn__)) usage(FILE *out) fputs(_(" -S, --size maximum size for a single message\n"), out); fputs(_(" -t, --tag mark every line with this tag\n"), out); fputs(_(" -n, --server write to this remote syslog server\n"), out); - fputs(_(" -P, --port use this UDP port\n"), out); + fputs(_(" -P, --port use this port for UDP or TCP connection\n"), 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);