Bugfix for --tabs short option

This commit is contained in:
Laurence Withers 2014-09-09 16:22:51 +00:00
commit ac8f3b89bf

View file

@ -32,7 +32,7 @@ const struct option options[] = {
{ 0, 0, 0, 0 }
};
const char* optstr = "hn:o:V";
const char* optstr = "hn:o:tV";