Commit 287d5892 authored by Axel Schwenke's avatar Axel Schwenke

fix: add option -t to optstring

parent ac41ae75
......@@ -167,7 +167,7 @@ int main(int argc, char** argv)
op = want_hex = dummy = force = sixteen = 0;
g_quiet = 0;
while((ret = getopt(argc, argv, "1:8fr:qhw:xd")) != -1)
while((ret = getopt(argc, argv, "1:8fr:qhw:xdt:")) != -1)
{
switch(ret)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment