Remove useless option (SamB)
This commit is contained in:
@@ -264,10 +264,7 @@ int main (int argc, char *argv[]) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
case 's': {
|
case 's': {
|
||||||
if (strcmp(optarg,"p") == 0) {
|
if (strcmp(optarg,"a") == 0) {
|
||||||
DisplayS = 1;
|
|
||||||
pp++;
|
|
||||||
} else if (strcmp(optarg,"a") == 0) {
|
|
||||||
showallext = 1;
|
showallext = 1;
|
||||||
pp++;
|
pp++;
|
||||||
} else if (strcmp(optarg,"n") == 0) {
|
} else if (strcmp(optarg,"n") == 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user