diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-10-31 19:50:13 +0100 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-11-28 21:15:20 +0100 |
commit | 5242a729ca7bba0aa90b37126d8067419bf2d6b0 (patch) | |
tree | a6e897155133c147f2dc3b90357741a56d9542bd /src/libimcv/plugins/imv_attestation/attest.c | |
parent | 5f8e290150d3ff55db31280421a3222200f562d1 (diff) | |
download | strongswan-5242a729ca7bba0aa90b37126d8067419bf2d6b0.tar.bz2 strongswan-5242a729ca7bba0aa90b37126d8067419bf2d6b0.tar.xz |
implemented simple delete from database
Diffstat (limited to 'src/libimcv/plugins/imv_attestation/attest.c')
-rw-r--r-- | src/libimcv/plugins/imv_attestation/attest.c | 1 |
1 files changed, 1 insertions, 0 deletions
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' }, |