fix -S (again)

This commit is contained in:
Jan-Piet Mens
2015-08-25 22:11:12 +02:00
parent 1ef627fbf6
commit da70fe8418

2
ocat.c
View File

@@ -178,7 +178,7 @@ int main(int argc, char **argv)
};
int optindex = 0;
c = getopt_long(argc, argv, "hlu:d:F:T:f:KLS", long_options, &optindex);
c = getopt_long(argc, argv, "hlu:d:F:T:f:KLS:", long_options, &optindex);
if (c == -1)
break;