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,