From 5242a729ca7bba0aa90b37126d8067419bf2d6b0 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Mon, 31 Oct 2011 19:50:13 +0100 Subject: [PATCH] implemented simple delete from database --- src/libimcv/plugins/imv_attestation/attest.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libimcv/plugins/imv_attestation/attest.c b/src/libimcv/plugins/imv_attestation/attest.c index 3c5f6e353..c4632511d 100644 --- a/src/libimcv/plugins/imv_attestation/attest.c +++ b/src/libimcv/plugins/imv_attestation/attest.c @@ -63,6 +63,7 @@ static void do_args(int argc, char *argv[]) { "help", no_argument, NULL, 'h' }, { "files", no_argument, NULL, 'f' }, { "add", no_argument, NULL, 'a' }, + { "delete", no_argument, NULL, 'd' }, { "del", no_argument, NULL, 'd' }, { "products", no_argument, NULL, 'p' }, { "hashes", no_argument, NULL, 'H' },