Creating new release

master 0.1.1
B.J. Dweck 2021-03-14 10:22:43 +02:00
parent 6c781accb0
commit fea979d79d
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ public class MnemonicCommand implements Runnable {
static class EntropyOptions {
@CommandLine.Option(names = {"-2", "--binary-entropy"},
description = "use a coin or other binary entropy source")
description = "use a coin toss or other binary entropy source")
boolean isBinaryEntropy;
@CommandLine.Option(names = {"-6", "--dice6-entropy"},