1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-29 20:15:29 +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 # objdump
> View information on object files. > View information about object files.
- Display the file header information: - Display the file header information:
@ -10,6 +10,6 @@
`objdump -d {{binary}}` `objdump -d {{binary}}`
- Display complete binary hex dump of all sections: - Display a complete binary hex dump of all sections:
`objdump -s {{binary}}` `objdump -s {{binary}}`