summaryrefslogtreecommitdiffstats
path: root/term-utils/agetty.c
diff options
context:
space:
mode:
authorKarel Zak2013-04-05 12:47:42 +0200
committerKarel Zak2013-04-05 12:47:42 +0200
commit1505a0b2667d442420c803b0c76f0a0b4b65e62c (patch)
treef4103c9416ee267a7ab17e68a659b78caea68653 /term-utils/agetty.c
parentul: cleanup usage() and man page (diff)
downloadkernel-qcow2-util-linux-1505a0b2667d442420c803b0c76f0a0b4b65e62c.tar.gz
kernel-qcow2-util-linux-1505a0b2667d442420c803b0c76f0a0b4b65e62c.tar.xz
kernel-qcow2-util-linux-1505a0b2667d442420c803b0c76f0a0b4b65e62c.zip
agetty: add -E, --remote to usage()
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'term-utils/agetty.c')
-rw-r--r--term-utils/agetty.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/term-utils/agetty.c b/term-utils/agetty.c
index f745e6800..8f9c3244e 100644
--- a/term-utils/agetty.c
+++ b/term-utils/agetty.c
@@ -1639,6 +1639,7 @@ static void __attribute__ ((__noreturn__)) usage(FILE *out)
fputs(_(" -8, --8bits assume 8-bit tty\n"), out);
fputs(_(" -a, --autologin <user> login the specified user automatically\n"), out);
fputs(_(" -c, --noreset do not reset control mode\n"), out);
+ fputs(_(" -E, --remote use -r <hostname> for login(1)\n"), out);
fputs(_(" -f, --issue-file <file> display issue file\n"), out);
fputs(_(" -h, --flow-control enable hardware flow control\n"), out);
fputs(_(" -H, --host <hostname> specify login host\n"), out);