From bff8181a6cb2f8ac8d7ff26a08e57366d2149344 Mon Sep 17 00:00:00 2001 From: Nuttawut Kongsuwan <58167639+nkongsuwan@users.noreply.github.com> Date: Fri, 29 Sep 2023 20:43:10 +0700 Subject: [PATCH] Correct the KLI description for TOAD TOAD is threshold of accountable duplicity, not threshold of acceptable duplicity. --- src/keri/app/cli/common/incepting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keri/app/cli/common/incepting.py b/src/keri/app/cli/common/incepting.py index 8aaadc4e5..1ad53d150 100644 --- a/src/keri/app/cli/common/incepting.py +++ b/src/keri/app/cli/common/incepting.py @@ -15,7 +15,7 @@ def addInceptingArgs(parser): parser.add_argument('--wits', '-w', default=[], required=False, action="append", metavar="", help='New set of witnesses, replaces all existing witnesses. Can appear multiple times') parser.add_argument('--toad', '-t', default=None, required=False, type=int, - help='int or str hex of witness threshold (threshold of acceptable duplicity)',) + help='int or str hex of witness threshold (threshold of accountable duplicity)',) parser.add_argument('--icount', '-ic', default=None, required=False, help='incepting key count for number of keys used for inception') parser.add_argument('--isith', '-s', default=None, required=False,