fix: add option -t to optstring

master
Axel Schwenke 2020-12-10 16:17:25 +01:00
parent ac41ae75eb
commit 287d5892a5
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{