1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

touch: fix typo in Spanish translation (#9327)

This commit is contained in:
Darío Hereñú 2022-10-25 06:44:44 -03:00 committed by GitHub
parent 048a04340b
commit 5ef33939dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
`touch {{archivo}}`
- Establece los tiempos de un archivo a un dia y hora específicos:
- Establece los tiempos de un archivo a un día y hora específicos:
`touch -t {{YYYYMMDDHHMM.SS}} {{archivo}}`