1
0
Fork 0
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:
Darío Hereñú 2023-12-06 04:17:55 -03:00 committed by GitHub
parent 26b815c369
commit 6b727e7e1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}}`