From cf9f9637a3436a508c0e5e891cd7819c02b5ffdd Mon Sep 17 00:00:00 2001 From: Dan Middleton Date: Tue, 22 Aug 2023 08:39:54 -0500 Subject: [PATCH] Document basic aconcli usage Signed-off-by: Dan Middleton --- aconcli/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/aconcli/README.md b/aconcli/README.md index 27fd7c2..0efbf14 100644 --- a/aconcli/README.md +++ b/aconcli/README.md @@ -20,7 +20,15 @@ To clean up: ## Running the aconcli tool -All supported `aconcli` usages and detailed descriptions can be found [here](https://github.com/intel-innersource/frameworks.security.confidential-computing.tee.td-enclave/blob/master/doc/Utility.md). +To see available commands run: +``` +aconcli -h +``` + +The general format of aconcli commands is: +``` +aconcli [GLOBAL_OPTION]... COMMAND [COMMAND_OPTION]... +``` ## About the sample ACON-VM start sript