Creating new release

This commit is contained in:
B.J. Dweck 2021-03-14 10:22:43 +02:00
parent 6c781accb0
commit fea979d79d

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"},