Skip to content

Commit

Permalink
fix(cli): fix typo in command description (#913)
Browse files Browse the repository at this point in the history
  • Loading branch information
tientaidev authored Jun 2, 2022
1 parent f500c28 commit bfc61f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/did.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ did

did
.command('delete')
.description('create an identifier')
.description('delete an identifier')
.action(async (cmd) => {
const agent = getAgent(program.opts().config)

Expand Down

0 comments on commit bfc61f3

Please sign in to comment.