]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
reordered options
authorAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 2 Nov 2011 08:55:26 +0000 (09:55 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Mon, 28 Nov 2011 13:39:53 +0000 (14:39 +0100)
src/libimcv/plugins/imv_attestation/attest.c

index b666cbd53dad9e6cad5b33f7721e469daeeb504c..b0151568b5df2e31fcb0d1fd980ce14fe5d18fb8 100644 (file)
@@ -62,11 +62,11 @@ 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' },
-                       { "products", no_argument, NULL, 'p' },
-                       { "hashes", no_argument, NULL, 'H' },
                        { "directory", required_argument, NULL, 'D' },
                        { "dir", required_argument, NULL, 'D' },
                        { "file", required_argument, NULL, 'F' },