summaryrefslogtreecommitdiffstats
path: root/term-utils/agetty.c
diff options
context:
space:
mode:
authorBenno Schulenberg2013-09-25 12:25:15 +0200
committerKarel Zak2013-10-04 11:54:49 +0200
commit3755d48b17d1fb06446580a874d41b0848ae0982 (patch)
tree22602ec3cff8b2a69ca6761f4f76f354d7ca81fe /term-utils/agetty.c
parentbuild-sys: Fix check for __GNU_LIBRARY__ (diff)
downloadkernel-qcow2-util-linux-3755d48b17d1fb06446580a874d41b0848ae0982.tar.gz
kernel-qcow2-util-linux-3755d48b17d1fb06446580a874d41b0848ae0982.tar.xz
kernel-qcow2-util-linux-3755d48b17d1fb06446580a874d41b0848ae0982.zip
agetty: use standard angular brackets in usage message
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'term-utils/agetty.c')
-rw-r--r--term-utils/agetty.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/term-utils/agetty.c b/term-utils/agetty.c
index 92d5a3ccf..b94f203fb 100644
--- a/term-utils/agetty.c
+++ b/term-utils/agetty.c
@@ -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);