mirror of https://github.com/ventoy/Ventoy.git
update tool
This commit is contained in:
parent
c7693d4ecd
commit
4faa5e4344
|
@ -644,6 +644,16 @@ int vtoykmod_main(int argc, char **argv)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (verbose)
|
||||||
|
{
|
||||||
|
printf("==== Dump Argv ====\n");
|
||||||
|
for (i = 0; i < argc; i++)
|
||||||
|
{
|
||||||
|
printf("<%s> ", argv[i]);
|
||||||
|
}
|
||||||
|
printf("\n");
|
||||||
|
}
|
||||||
|
|
||||||
if (argv[1][0] == '-' && argv[1][1] == 'f')
|
if (argv[1][0] == '-' && argv[1][1] == 'f')
|
||||||
{
|
{
|
||||||
return vtoykmod_fill_param(argv + 2);
|
return vtoykmod_fill_param(argv + 2);
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue