commit | f26b6d427cce74bf22e3a45e2fcbe3f3bab6441c | [log] [tgz] |
---|---|---|
author | William Roberts <william.c.roberts@intel.com> | Tue Jun 23 10:22:45 2015 -0700 |
committer | William Roberts <william.c.roberts@intel.com> | Tue Jun 23 10:23:01 2015 -0700 |
tree | f83d69f693620864fdc7840f88c9202e616c8c45 | |
parent | 8d3a1b558e02aed2269b55cb47688801e417f776 [diff] [blame] |
drop unused option -s Change-Id: I00aa4eeaf569c8108a7b6aab190be68e53b46597 Signed-off-by: William Roberts <william.c.roberts@intel.com>
diff --git a/tools/check_seapp.c b/tools/check_seapp.c index 8ff5c50..45e6be0 100644 --- a/tools/check_seapp.c +++ b/tools/check_seapp.c
@@ -689,7 +689,7 @@ int c; int num_of_args; - while ((c = getopt(argc, argv, "ho:p:sv")) != -1) { + while ((c = getopt(argc, argv, "ho:p:v")) != -1) { switch (c) { case 'h': usage();