From: Karel Zak Date: Fri, 5 Apr 2013 10:47:42 +0000 (+0200) Subject: agetty: add -E, --remote to usage() X-Git-Tag: v2.23-rc2~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1505a0b2667d442420c803b0c76f0a0b4b65e62c;p=thirdparty%2Futil-linux.git agetty: add -E, --remote to usage() Signed-off-by: Karel Zak --- diff --git a/term-utils/agetty.c b/term-utils/agetty.c index f745e68000..8f9c3244e1 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);