]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
agetty: use standard angular brackets in usage message
authorBenno Schulenberg <bensberg@justemail.net>
Wed, 25 Sep 2013 10:25:15 +0000 (12:25 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 4 Oct 2013 09:54:49 +0000 (11:54 +0200)
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
term-utils/agetty.c

index 92d5a3ccf472fd97b6631698ae17d38276a4fd96..b94f203fb32646bc47e0ace246c1ae94480c8035 100644 (file)
@@ -1794,8 +1794,8 @@ static speed_t bcode(char *s)
 static void __attribute__ ((__noreturn__)) usage(FILE *out)
 {
        fputs(USAGE_HEADER, out);
-       fprintf(out, _(" %1$s [options] line [baud_rate,...] [termtype]\n"
-                      " %1$s [options] baud_rate,... line [termtype]\n"), program_invocation_short_name);
+       fprintf(out, _(" %1$s [options] <line> [<baud_rate>,...] [<termtype>]\n"
+                      " %1$s [options] <baud_rate>,... <line> [<termtype>]\n"), program_invocation_short_name);
        fputs(USAGE_OPTIONS, out);
        fputs(_(" -8, --8bits                assume 8-bit tty\n"), out);
        fputs(_(" -a, --autologin <user>     login the specified user automatically\n"), out);