Trivial fix to main getopt string.

This commit is contained in:
Stephen Williams 2014-07-17 08:17:55 -07:00
parent fa38a8e08d
commit b99b4b0223
1 changed files with 1 additions and 1 deletions

View File

@ -907,7 +907,7 @@ int main(int argc, char **argv)
}
}
while ((opt = getopt(argc, argv, "B:c:D:d:Ef:g:hI:M:m:N::o:P:p:Ss:T:t:vVW:y:Y:")) != EOF) {
while ((opt = getopt(argc, argv, "B:c:D:d:Ef:g:hI:M:m:N:o:P:p:Ss:T:t:vVW:y:Y:")) != EOF) {
switch (opt) {
case 'B':