From: Andreas Steffen Date: Thu, 24 Nov 2011 14:32:16 +0000 (+0100) Subject: update attest_usage to include add and del operations X-Git-Tag: 4.6.2~155 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e93e28427271bb2c1629b669b0aac8163182d02;p=thirdparty%2Fstrongswan.git update attest_usage to include add and del operations --- diff --git a/src/libimcv/plugins/imv_attestation/attest_usage.c b/src/libimcv/plugins/imv_attestation/attest_usage.c index 629d93771f..99801571c8 100644 --- a/src/libimcv/plugins/imv_attestation/attest_usage.c +++ b/src/libimcv/plugins/imv_attestation/attest_usage.c @@ -24,7 +24,7 @@ void usage(void) { printf("\ Usage:\n\ - ipsec attest --files|--components|--products|--hashes [options]\n\ + ipsec attest --files|--components|--products|--hashes|--add|--del [options]\n\ \n\ ipsec attest --files [--product |--pid ]\n\ Show a list of files with a software product name or\n\ @@ -45,6 +45,12 @@ 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"); + \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"); }