From 1505a0b2667d442420c803b0c76f0a0b4b65e62c Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 5 Apr 2013 12:47:42 +0200 Subject: agetty: add -E, --remote to usage() Signed-off-by: Karel Zak --- term-utils/agetty.c | 1 + 1 file changed, 1 insertion(+) (limited to 'term-utils/agetty.c') 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 login the specified user automatically\n"), out); fputs(_(" -c, --noreset do not reset control mode\n"), out); + fputs(_(" -E, --remote use -r for login(1)\n"), out); fputs(_(" -f, --issue-file display issue file\n"), out); fputs(_(" -h, --flow-control enable hardware flow control\n"), out); fputs(_(" -H, --host specify login host\n"), out); -- cgit v1.2.3-55-g7522