change flag -s to -i

This commit is contained in:
ceriel
1990-06-06 16:00:28 +00:00
parent 4d7ba75469
commit 280d7a79be
4 changed files with 6 additions and 6 deletions

View File

@@ -96,7 +96,7 @@ next_option: /* to allow combined one-char options */
dep_file = text;
}
break;
case 's':
case 'i':
case 'm':
options[opt] = 1;
break;