From f26b6d427cce74bf22e3a45e2fcbe3f3bab6441c Mon Sep 17 00:00:00 2001 From: William Roberts <william.c.roberts@intel.com> Date: Tue, 23 Jun 2015 10:22:45 -0700 Subject: [PATCH] drop unused option -s Change-Id: I00aa4eeaf569c8108a7b6aab190be68e53b46597 Signed-off-by: William Roberts <william.c.roberts@intel.com> --- tools/check_seapp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/check_seapp.c b/tools/check_seapp.c index 8ff5c50ae..45e6be061 100644 --- a/tools/check_seapp.c +++ b/tools/check_seapp.c @@ -689,7 +689,7 @@ static void handle_options(int argc, char *argv[]) { 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(); -- GitLab