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

objdump: fix minor grammar issues

This commit is contained in:
Agniva De Sarker 2017-09-02 00:29:41 +05:30
parent 716afd19e1
commit 338f4be207

View file

@ -1,6 +1,6 @@
# objdump
> View information on object files.
> View information about object files.
- Display the file header information:
@ -10,6 +10,6 @@
`objdump -d {{binary}}`
- Display complete binary hex dump of all sections:
- Display a complete binary hex dump of all sections:
`objdump -s {{binary}}`