Skip to content
Snippets Groups Projects
Commit f26b6d42 authored by William Roberts's avatar William Roberts
Browse files

drop unused option -s


Change-Id: I00aa4eeaf569c8108a7b6aab190be68e53b46597
Signed-off-by: default avatarWilliam Roberts <william.c.roberts@intel.com>
parent 8d3a1b55
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment