From: Andreas Steffen Date: Fri, 25 Nov 2011 12:14:45 +0000 (+0100) Subject: updated attest_usage text X-Git-Tag: 4.6.2~150 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=057cf96d5b0bdd8b1a6e8f1fd62578d48432215c;p=thirdparty%2Fstrongswan.git updated attest_usage text --- diff --git a/src/libpts/plugins/imv_attestation/attest_usage.c b/src/libpts/plugins/imv_attestation/attest_usage.c index 99801571c8..964e10084c 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"); }