]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
logger: small change in usage()
authorKarel Zak <kzak@redhat.com>
Wed, 11 Mar 2015 09:51:13 +0000 (10:51 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 11 Mar 2015 09:51:13 +0000 (10:51 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/logger.c

index f6e78377fb3c6e5fa9ad4a785b6a1757a246e242..9c6d6a21624e98bee5c5fdba44473d9f870eebad 100644 (file)
@@ -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);