Skip to content

Commit

Permalink
Update createDidConfig.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisChinchilla authored Dec 12, 2023
1 parent f7f7d40 commit 4b1e769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/createDidConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const createCredentialOpts = {
type: 'string',
demandOption: true,
description:
'DID of the issuer (and subject) of the Domain Linkage Credential. If omitted, this is attempted to be inferred from the assertionMethod.',
'DID of the issuer (and subject) of the Domain Linkage Credential. If omitted, attempts to infer from the assertionMethod.',
},
seed: {
type: 'string',
Expand Down

0 comments on commit 4b1e769

Please sign in to comment.