提交 b67ad86e 编写于 作者: B Bernard Xiong

Merge pull request #563 from www220/fix-15-10-12-1

[Finsh] Fix the mkfs command parameter issue.
......@@ -234,7 +234,7 @@ int cmd_mkfs(int argc, char **argv)
if (strcmp(argv[1], "-t") == 0)
{
type = argv[2];
result = dfs_mkfs(type, argv[1]);
result = dfs_mkfs(type, argv[3]);
}
}
else
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册