aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2015-03-11 10:51:13 +0100
committerKarel Zak <kzak@redhat.com>2015-03-11 10:51:13 +0100
commit2cb40465320ca3f0b9425a0631ee7c970276b06b (patch)
treeee0d1278251787f428701d120575e759d705e8c0
parent7c7c77a1160e930f8d6f75e8467d1cf5aa4f1589 (diff)
downloadutil-linux-playground-2cb40465320ca3f0b9425a0631ee7c970276b06b.tar.gz
logger: small change in usage()
Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r--misc-utils/logger.c2
1 files changed, 1 insertions, 1 deletions
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[=<snip>] use the syslog protocol (the default);\n"
+ fputs(_(" --rfc5424[=<snip>] use the syslog protocol (the default for remote);\n"
" <snip> 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 <socket> write to this Unix socket\n"), out);