diff options
Diffstat (limited to 'md/writeup/c_bin2hex.md')
-rw-r--r-- | md/writeup/c_bin2hex.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/md/writeup/c_bin2hex.md b/md/writeup/c_bin2hex.md index 441a115..2d6f4b5 100644 --- a/md/writeup/c_bin2hex.md +++ b/md/writeup/c_bin2hex.md @@ -5,7 +5,7 @@ keywords:c,binary,hex Converts binary file to hex file. Use: -``` +```sh ./bin2hex [bin_file] - for local output ./bin2hex [bin_file] [hex_text_file] - for file output |