From 4b856ee4b93979365142f9ab274e970bad88a7b8 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 5 Apr 2013 12:55:20 +0200 Subject: agetty: add --chroot to usage() and man page 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 8f9c3244e..f877d0e36 100644 --- a/term-utils/agetty.c +++ b/term-utils/agetty.c @@ -1651,6 +1651,7 @@ static void __attribute__ ((__noreturn__)) usage(FILE *out) fputs(_(" -n, --skip-login do not prompt for login\n"), out); fputs(_(" -o, --login-options options that are passed to login\n"), out); fputs(_(" -p, --loginpause wait for any key before the login\n"), out); + fputs(_(" -r, --chroot change root to the directory\n"), out); fputs(_(" -R, --hangup do virtually hangup on the tty\n"), out); fputs(_(" -s, --keep-baud try to keep baud rate after break\n"), out); fputs(_(" -t, --timeout login process timeout\n"), out); -- cgit v1.2.3-55-g7522