Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasSaragosa authored Mar 19, 2021
1 parent 980e3d3 commit 0c9f58a
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,18 @@ way to search crced values. The CRC checksum is done on the lower case version o
Usage: HashDBCreator.exe "input file path" "output file path" [-v]<br/>


Add the -v option to enable verbose debugging information
Add the -v option to enable verbose debugging information<br/>

The input file should look like this:<br/><br/>

NEWPAGE MyNewPage<br/>
SomeEntryValueString<br/>
AnotherString<br/>
oooo i like this string<br/>
NEWPAGE ANOTHERPAGE :D<br/>
here is another one<br/>
this many?<br/>
you can have as many <br/>
entries as you want ;)<br/><br/>

Make sure the first line is a NEWPAGE definiton, otherwise preceding entries will be ignored.

0 comments on commit 0c9f58a

Please # to comment.