From 18a69ba2791fa40d25a07bc2eabda2ec07a5edcf Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Wed, 27 May 2020 12:29:52 -0700 Subject: [PATCH] Update README.md Add --zero-bytes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b33fa7..3534152 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ usage: ./ERADICATE2 [OPTIONS] Basic modes: --benchmark Run without any scoring, a benchmark. --zeros Score on zeros anywhere in hash. + --zero-bytes Score on zero bytes anywhere in hash. --letters Score on letters anywhere in hash. --numbers Score on numbers anywhere in hash. --mirror Score on mirroring from center. @@ -36,7 +37,6 @@ usage: ./ERADICATE2 [OPTIONS] Device control: -s, --skip Skip device given by index. - -n, --no-cache Don't load cached pre-compiled version of kernel. Tweaking: -w, --work Set OpenCL local work size. [default = 64]