niceBit

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 879a75003fd4e6d4e12ce39a7c80ed24ae5182a2
parent 2fc4941d34f61fde4bb490ace9309b1856a83a08
Author: Nick <nicholas.w.farrow@gmail.com>
Date:   Sun, 20 Sep 2020 12:39:44 +1000

Update README.md
Diffstat:
MREADME.md | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -30,6 +30,12 @@ Search for words from a file: ``` ./niceBit -f FILE ``` + +Search for alphanumeric substitutions of words from a file: +``` +./niceBit -aC -f FILE +``` + The file should contain one word per line. ## Loading Private Keys