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();