From e08116a2b75c4e28a9c113d82eda70e73aedf17b Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Thu, 28 Mar 2024 06:46:16 +0000 Subject: [PATCH] Update cheatsheets --- tldr/linux/agetty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tldr/linux/agetty b/tldr/linux/agetty index deaff3aa..6f85dc90 100644 --- a/tldr/linux/agetty +++ b/tldr/linux/agetty @@ -24,7 +24,7 @@ source: https://github.com/tldr-pages/tldr.git - 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: