This is an automated email from the ASF dual-hosted git repository. mssun pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-teaclave.git
commit 07c3e013305b2626312e75a6b39d91e0e9580812 Author: Mingshen Sun <[email protected]> AuthorDate: Thu Nov 5 22:01:36 2020 -0800 Add discription of the subcommand --- cli/src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/src/main.rs b/cli/src/main.rs index de9a71e..372443e 100644 --- a/cli/src/main.rs +++ b/cli/src/main.rs @@ -104,6 +104,7 @@ enum Command { #[structopt(name = "verify")] Verify(VerifyOpt), + /// Display the attestation report of remote Teaclave services #[structopt(name = "attest")] Attest(AttestOpt), } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
