Skip to content
Snippets Groups Projects
Commit e956b315 authored by Daniel Cashman's avatar Daniel Cashman Committed by Gerrit Code Review
Browse files

Merge "drop unused option -s"

parents 31d88a70 f26b6d42
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[]) { ...@@ -689,7 +689,7 @@ static void handle_options(int argc, char *argv[]) {
int c; int c;
int num_of_args; int num_of_args;
while ((c = getopt(argc, argv, "ho:p:sv")) != -1) { while ((c = getopt(argc, argv, "ho:p:v")) != -1) {
switch (c) { switch (c) {
case 'h': case 'h':
usage(); usage();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment