summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2015-03-11 10:51:13 +0100
committerKarel Zak <kzak@redhat.com>2015-03-12 10:22:54 +0100
commit77d84f39f1606b6f70dd37639fd50e674bde00c9 (patch)
tree2c45b99227603e8a722d282d10bf044589a47e17
parentc4d9e139958c0a39324c8f6ab57e4d299df4a45e (diff)
downloadutil-linux-77d84f39f1606b6f70dd37639fd50e674bde00c9.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 f6e78377f..9c6d6a216 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);