From 3a220b0fddfa6565a2214284430a079ac7057a10 Mon Sep 17 00:00:00 2001 From: "Charles E. Lehner" Date: Mon, 14 Feb 2022 17:58:35 -0500 Subject: [PATCH] readme [ci skip] --- cli/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cli/README.md b/cli/README.md index 2270bf32..483b4aa9 100644 --- a/cli/README.md +++ b/cli/README.md @@ -221,7 +221,7 @@ Construct a [DID method transaction][] to update a DID. #### Subcommands -Updates to a DID document may be done using these subcommands. These correspond roughly to [`didDocumentOperation`][] values in DIF DID registration and/or [DID State Patches][did-state-patches] in Sidetree. +Updates to a DID document may be done using these `did-update` subcommands. These correspond roughly to [`didDocumentOperation`][didDocumentOperation] values in DIF DID registration and/or [DID State Patches][did-state-patches] in Sidetree. - [`set-service`](#didkit-did-update-set-service-id) - [`set-verification-method`](#didkit-did-update-set-verification-method-id) @@ -229,7 +229,7 @@ Updates to a DID document may be done using these subcommands. These correspond - [`remove-verification-method`](#didkit-did-update-remove-verification-method-id) #### Output -Method-specific data structure. +A [DID method transaction][] for a DID Update operation. ### `didkit did-update set-service ` @@ -306,6 +306,9 @@ Construct a [DID method transaction][] to deactivate a DID, if supported by the - `-k, --key ` - JWK file to perform the DID Deactivate operation - `-o ` - Options for DID deactivate operation. +#### Output +A [DID method transaction][] for a DID Deactivate operation. + ### `didkit did-from-tx` Reads a [DID method transaction][] on standard input, and extracts or derives its DID.