diff --git a/pages/common/hexdump.md b/pages/common/hexdump.md index b4f5232a6d..c4d1eb352c 100644 --- a/pages/common/hexdump.md +++ b/pages/common/hexdump.md @@ -12,7 +12,7 @@ `hexdump -C {{path/to/file}}` -- Display the hexadecimal representation of a file, but interpret only n bytes of the input: +- Display the hexadecimal representation of a file, but interpret only a specific number of bytes of the input: `hexdump -C -n {{number_of_bytes}} {{path/to/file}}`