From 057cf96d5b0bdd8b1a6e8f1fd62578d48432215c Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Fri, 25 Nov 2011 13:14:45 +0100 Subject: [PATCH] updated attest_usage text --- src/libpts/plugins/imv_attestation/attest_usage.c | 16 ++++++++++------ 1 file 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 9980157..964e100 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 |--fid ]\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 |--dir |--product \n\ - Add a file, directory or product entry\n\ - \n\ - ipsec attest --del --file |--fid |--dir |--did |--product |--pid \n\ - Delete a file, directory or product entry referenced either by value or by primary key\n\ + \n\ + ipsec attest --add --file |--dir |--product |--component \n\ + Add a file, directory, product or component entry\n\ + Component entries must be of the form /-\n\ + \n\ + ipsec attest --del --file |--fid |--dir |--did \n\ + Delete a file or directoryentry referenced either by value or primary key\n\ + \n\ + ipsec attest --del --product |--pid |--component |--cid \n\ + Delete a product or component entry referenced either by value or primary key\n\ \n"); } -- 2.7.4