From 7ffc5fc6ef9365b898562b9d5b61d44769de4b97 Mon Sep 17 00:00:00 2001 From: Alejandro Cervera <96702705+tricantivu@users.noreply.github.com> Date: Wed, 27 Mar 2024 20:36:42 -0500 Subject: [PATCH] agetty: add missing hyphen in placeholder (#12561) --- pages/linux/agetty.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/agetty.md b/pages/linux/agetty.md index 08ac5c7905..a81a5f8aa3 100644 --- a/pages/linux/agetty.md +++ b/pages/linux/agetty.md @@ -19,7 +19,7 @@ - Skip the login ([n]o login) and invoke, as root, another [l]ogin program instead of `/bin/login`: -`agetty {{n|--skip-login}} {{-l|--login-program}} {{login_program}} {{tty}}` +`agetty {{-n|--skip-login}} {{-l|--login-program}} {{login_program}} {{tty}}` - Do not display the pre-login ([i]ssue) file (`/etc/issue` by default) before writing the login prompt: