From 361fb628049e50d402e68ba8e060fe13cc35f236 Mon Sep 17 00:00:00 2001 From: modeco80 Date: Tue, 22 Aug 2023 18:40:57 -0400 Subject: [PATCH] make readme accurate --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 13222a9..0150d72 100644 --- a/README.md +++ b/README.md @@ -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