eu-readelf: add Spanish translation (#12649)

* eu-readelf: add Spanish translation

---------

Co-authored-by: Alejandro Cervera <96702705+tricantivu@users.noreply.github.com>
pull/28/head
Darío Hereñú 2024-04-17 04:37:15 -03:00 committed by GitHub
parent a304be4f29
commit 1838fc7264
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
# eu-readelf
> Muestra información sobre archivos ELF.
> Más información: <https://manned.org/eu-readelf>.
- Muestra toda la información extraíble en un archivo ELF:
`eu-readelf --all {{ruta/al/archivo}}`
- Muestra el contenido de todos los segmentos y secciones de NOTE, o de un segmento o sección en particular:
`eu-readelf --notes[={{.note.ABI-tag}}] {{ruta/al/fichero}}`