diff --git a/pages/linux/objdump.md b/pages/linux/objdump.md index 96146f1b74..aafbe48ec1 100644 --- a/pages/linux/objdump.md +++ b/pages/linux/objdump.md @@ -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}}`