ramspeed:Fix the problem that the "-i" option doesn't work.
Signed-off-by: chenrun1 <chenrun1@xiaomi.com>
This commit is contained in:
parent
2d7bfa2390
commit
15ad46fff9
@ -128,7 +128,7 @@ static void parse_commandline(int argc, FAR char **argv,
|
||||
show_usage(argv[0], EXIT_FAILURE);
|
||||
}
|
||||
|
||||
while ((ch = getopt(argc, argv, "r:w:s:v:n:i:a")) != ERROR)
|
||||
while ((ch = getopt(argc, argv, "r:w:s:v:n:ia")) != ERROR)
|
||||
{
|
||||
switch (ch)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user