From 3e93e28427271bb2c1629b669b0aac8163182d02 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Thu, 24 Nov 2011 15:32:16 +0100 Subject: [PATCH] update attest_usage to include add and del operations --- src/libimcv/plugins/imv_attestation/attest_usage.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/libimcv/plugins/imv_attestation/attest_usage.c b/src/libimcv/plugins/imv_attestation/attest_usage.c index 629d93771..99801571c 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"); }