Skip to content

Commit

Permalink
readme fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
romhack committed Aug 21, 2015
1 parent 7531842 commit edbc69c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gs-huffman/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ gs-huffman [-d | -b | -e] file_name [offset]

***-d*** - Decode message by index from ROM. Input ROM name and offsets for tree pointers, text pointers and message index to decode must be specified: -d <file_name tree_ptrs_offset text_ptrs_offset message_index>

***-b*** - Batch decode messages from ROM. -b <file_name tree_ptrs_offset text_ptrs_offset message_count>
***-b*** - Batch decode messages from ROM. -b file_name tree_ptrs_offset text_ptrs_offset message_count

***-e*** - Encode from raw binary. Input binary file with raw data, offsets in ROM of trees and tree pointers must be specified: -e <file_name trees_offset tree_prs_offset>
***-e*** - Encode from raw binary. Input binary file with raw data, offsets in ROM of trees and tree pointers must be specified: -e file_name trees_offset tree_prs_offset

***-o[FILE], --output[=FILE]*** - Output to binary FILE; if option is not specified, -d and -s are output to stdout

Expand Down

0 comments on commit edbc69c

Please sign in to comment.