mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 16:53:10 +02:00
yes: fix typos in Spanish translation (#11678)
This commit is contained in:
parent
26b815c369
commit
6b727e7e1c
1 changed files with 3 additions and 3 deletions
|
@ -4,14 +4,14 @@
|
|||
> Este comando es frecuentemente utilizado para aceptar todas las confirmaciones en comandos de instalación (como apt-get).
|
||||
> Más información: <https://www.gnu.org/software/coreutils/yes>.
|
||||
|
||||
- Retornar repetidamente "mensaje":
|
||||
- Retorna repetidamente "mensaje":
|
||||
|
||||
`yes {{mensaje}}`
|
||||
|
||||
- Retornar repetidamente "y":
|
||||
- Retorna repetidamente "y":
|
||||
|
||||
`yes`
|
||||
|
||||
- Aceptar todas las confirmaciones que muestre el comando `apt-get`:
|
||||
- Acepta todas las confirmaciones que muestre el comando `apt-get`:
|
||||
|
||||
`yes | sudo apt-get install {{programa}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue