yes: fix typos in Spanish translation (#11678)

pull/23/head
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
1 changed files with 3 additions and 3 deletions

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