From 07166774c89d0c1f55d37d706e919b7662ad26da Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Wed, 2 Nov 2011 09:55:26 +0100 Subject: [PATCH] reordered options --- src/libimcv/plugins/imv_attestation/attest.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libimcv/plugins/imv_attestation/attest.c b/src/libimcv/plugins/imv_attestation/attest.c index c4632511d..360a63f8b 100644 --- a/src/libimcv/plugins/imv_attestation/attest.c +++ b/src/libimcv/plugins/imv_attestation/attest.c @@ -62,6 +62,8 @@ static void do_args(int argc, char *argv[]) struct option long_opts[] = { { "help", no_argument, NULL, 'h' }, { "files", no_argument, NULL, 'f' }, + { "products", no_argument, NULL, 'p' }, + { "hashes", no_argument, NULL, 'H' }, { "add", no_argument, NULL, 'a' }, { "delete", no_argument, NULL, 'd' }, { "del", no_argument, NULL, 'd' },