mirror of https://github.com/acidanthera/audk.git
EmbeddedPkg/Ebl: Returned an error message when a command is not supported
Signed-off-by: Olivier Martin <olivier.martin@arm.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13266 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
f8181c90f4
commit
5817449f2d
|
@ -557,6 +557,8 @@ ProcessCmdLine (
|
|||
// if any command fails stop processing CmdLine
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
AsciiPrint ("The command '%a' is not supported.\n", Argv[0]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue