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:
parent
716afd19e1
commit
338f4be207
1 changed files with 2 additions and 2 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue