Skip to content

Commit

Permalink
Add bin2hex function
Browse files Browse the repository at this point in the history
  • Loading branch information
KINGSABRI committed Jan 31, 2013
1 parent e3345b2 commit f9e59fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bofk-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"ruby bofk-cli.rb --pattern-offset Aa4Z\n" +
"ruby bofk-cli.rb --hex2endl 0x41F2E377\n" +
"ruby bofk-cli.rb --hex2bin input.txt output.bin\n" +
"ruby bofk-cli.rb --bin2hex input.bin output.txt\n\n"
"ruby bofk-cli.rb --bin2hex input.bin\n\n"

opts.on( '-h', '--help', "Display this screen \n" ) do
puts opts
Expand Down

0 comments on commit f9e59fd

Please sign in to comment.