Bugfix for --tabs short option

This commit is contained in:
Laurence Withers 2014-09-09 16:22:51 +00:00
parent 9beb3fd39d
commit ac8f3b89bf
1 changed files with 1 additions and 1 deletions

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";