-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #53 from bernd289/Fix-typos
Fix typos
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,13 +20,13 @@ account | |
e.g. pdsadmin account create [email protected] alice.example.com | ||
delete <DID> | ||
Delete an account specified by DID. | ||
e.g. pdsadmin account takedown did:plc:xyz123abc456 | ||
e.g. pdsadmin account delete did:plc:xyz123abc456 | ||
takedown <DID> | ||
Takedown an account specified by DID. | ||
e.g. pdsadmin account takedown did:plc:xyz123abc456 | ||
untakedown <DID> | ||
Remove a takedown an account specified by DID. | ||
e.g. pdsadmin account takedown did:plc:xyz123abc456 | ||
e.g. pdsadmin account untakedown did:plc:xyz123abc456 | ||
password-reset <DID> | ||
Reset a password for an account specified by DID. | ||
e.g. pdsadmin account reset-password did:plc:xyz123abc456 | ||
|