You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@teaclave.apache.org by ms...@apache.org on 2020/11/06 18:27:20 UTC

[incubator-teaclave] 02/02: Add discription of the subcommand

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 <bo...@mssun.me>
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: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org