From 0fa5e6985ba301459d58ed2ab867491e8d3f5513 Mon Sep 17 00:00:00 2001 From: Charles Lanahan Date: Mon, 29 Jan 2024 09:40:59 -0500 Subject: [PATCH] Fixed spelling typo in help text for --no-backers (#661) --- src/keri/app/cli/commands/vc/registry/incept.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keri/app/cli/commands/vc/registry/incept.py b/src/keri/app/cli/commands/vc/registry/incept.py index 77c774f9a..ac0a01ba8 100644 --- a/src/keri/app/cli/commands/vc/registry/incept.py +++ b/src/keri/app/cli/commands/vc/registry/incept.py @@ -22,7 +22,7 @@ default=None) parser.add_argument('--nonce', help='Unique random value to seed the credential registry', default=None, required=False) -parser.add_argument("--no-backers", "-nb", help="do not allow setting up backers different from the ahcnoring KEL " +parser.add_argument("--no-backers", "-nb", help="do not allow setting up backers different from the anchoring KEL " "witnesses", default=True, action="store") parser.add_argument('--backers', help='New set of backers different from the anchoring KEL witnesses. Can ' 'appear multiple times', metavar="", default=[], action="append",