make readme accurate

This commit is contained in:
Lily Tsuru 2023-08-22 18:40:57 -04:00
parent 16d033ed6c
commit 361fb62804
1 changed files with 6 additions and 3 deletions

View File

@ -30,8 +30,11 @@ $ cmake --build build
where:
`-X` enables exact length, the value of -s is used and only that length is checked.
`-s [START_LENGTH]` is the guessed start bound (greater than 2, less than the value of `-e`)
`-l [END_LENGTH]` is the guessed end bound (greater than the value of `-s`, less than or equal to 8)
`-X` enables exact length, the value of -s is used as the length.
`-s [START_LENGTH]` is the guessed start bound (greater than 2, less than the value of `-e`), and optional (defaults to 2)
`-e [END_LENGTH]` is the guessed end bound (greater than the value of `-s`, less than or equal to 8), and optional (defaults to 8)
`0xABCDABCD` is the hash to use