Skip to content

Commit

Permalink
Fixed spelling typo in help text for --no-backers (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
daidoji authored Jan 29, 2024
1 parent 46efdae commit 0fa5e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/keri/app/cli/commands/vc/registry/incept.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="<prefix>", default=[], action="append",
Expand Down

0 comments on commit 0fa5e69

Please sign in to comment.