aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2011-11-02 09:55:26 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2011-11-28 21:18:05 +0100
commit07166774c89d0c1f55d37d706e919b7662ad26da (patch)
tree08bd5aecbcc40102d27de20ad035403d38b6da8d /src
parenta66719d7d6370886459c403da56f286783967ae2 (diff)
downloadstrongswan-07166774c89d0c1f55d37d706e919b7662ad26da.tar.bz2
strongswan-07166774c89d0c1f55d37d706e919b7662ad26da.tar.xz
reordered options
Diffstat (limited to 'src')
-rw-r--r--src/libimcv/plugins/imv_attestation/attest.c2
1 files changed, 2 insertions, 0 deletions
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' },