]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
agetty: add -E, --remote to usage()
authorKarel Zak <kzak@redhat.com>
Fri, 5 Apr 2013 10:47:42 +0000 (12:47 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 5 Apr 2013 10:47:42 +0000 (12:47 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
term-utils/agetty.c

index f745e680006b2be9914a69efd1c55890b4dbdb4d..8f9c3244e1f86ab97b7540f457f985f83cc32b8a 100644 (file)
@@ -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);