aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2011-11-25 13:14:45 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2011-11-28 21:23:59 +0100
commit057cf96d5b0bdd8b1a6e8f1fd62578d48432215c (patch)
treef0c70d31be914043fe8f428c29971adb5eb040a8 /src
parentb448e3ece6f234c7803acd348160327736552c3b (diff)
downloadstrongswan-057cf96d5b0bdd8b1a6e8f1fd62578d48432215c.tar.bz2
strongswan-057cf96d5b0bdd8b1a6e8f1fd62578d48432215c.tar.xz
updated attest_usage text
Diffstat (limited to 'src')
-rw-r--r--src/libpts/plugins/imv_attestation/attest_usage.c16
1 files changed, 10 insertions, 6 deletions
diff --git a/src/libpts/plugins/imv_attestation/attest_usage.c b/src/libpts/plugins/imv_attestation/attest_usage.c
index 99801571c..964e10084 100644
--- a/src/libpts/plugins/imv_attestation/attest_usage.c
+++ b/src/libpts/plugins/imv_attestation/attest_usage.c
@@ -45,12 +45,16 @@ Usage:\n\
ipsec attest --hashes [--sha1|--sha256|--sha384] [--file <path>|--fid <id>]\n\
Show a list of measurement hashes for a given file or\n\
its primary key as an optional selector.\n\
- \n\
- ipsec attest --add --file <path>|--dir <path>|--product <name>\n\
- Add a file, directory or product entry\n\
- \n\
- ipsec attest --del --file <path>|--fid <id>|--dir <path>|--did <id>|--product <name>|--pid <id>\n\
- Delete a file, directory or product entry referenced either by value or by primary key\n\
+ \n\
+ ipsec attest --add --file <path>|--dir <path>|--product <name>|--component <cfn>\n\
+ Add a file, directory, product or component entry\n\
+ Component <cfn> entries must be of the form <vendor_id>/<name>-<qualifier>\n\
+ \n\
+ ipsec attest --del --file <path>|--fid <id>|--dir <path>|--did <id>\n\
+ Delete a file or directoryentry referenced either by value or primary key\n\
+ \n\
+ ipsec attest --del --product <name>|--pid <id>|--component <cfn>|--cid <id>\n\
+ Delete a product or component entry referenced either by value or primary key\n\
\n");
}