fix: add option -t to optstring
This commit is contained in:
parent
ac41ae75eb
commit
287d5892a5
1 changed files with 1 additions and 1 deletions
2
eeprog.c
2
eeprog.c
|
@ -167,7 +167,7 @@ int main(int argc, char** argv)
|
||||||
op = want_hex = dummy = force = sixteen = 0;
|
op = want_hex = dummy = force = sixteen = 0;
|
||||||
g_quiet = 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)
|
switch(ret)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue