diff --git a/pages/common/hexdump.md b/pages/common/hexdump.md index 621d9944fd..2983d9a707 100644 --- a/pages/common/hexdump.md +++ b/pages/common/hexdump.md @@ -4,7 +4,7 @@ > Useful for inspecting dump file, binary data, or debug output. > More information: . -- Print the hexadecimal representation of a file, replacing duplicate lines by '*': +- Print the hexadecimal representation of a file, replacing duplicate lines by `*`: `hexdump {{path/to/file}}`