1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 12:15:33 +02:00

agetty: add missing hyphen in placeholder (#12561)

This commit is contained in:
Alejandro Cervera 2024-03-27 20:36:42 -05:00 committed by GitHub
parent 1ecf4c52ff
commit 7ffc5fc6ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: