mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 11:55:34 +02:00
agetty: add missing hyphen in placeholder (#12561)
This commit is contained in:
parent
1ecf4c52ff
commit
7ffc5fc6ef
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
- Skip the login ([n]o login) and invoke, as root, another [l]ogin program instead of `/bin/login`:
|
- 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:
|
- Do not display the pre-login ([i]ssue) file (`/etc/issue` by default) before writing the login prompt:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue