Bugfix for --tabs short option
This commit is contained in:
parent
9beb3fd39d
commit
ac8f3b89bf
|
@ -32,7 +32,7 @@ const struct option options[] = {
|
|||
{ 0, 0, 0, 0 }
|
||||
};
|
||||
|
||||
const char* optstr = "hn:o:V";
|
||||
const char* optstr = "hn:o:tV";
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue