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:
oliviermartin 2012-05-02 20:19:52 +00:00
parent f8181c90f4
commit 5817449f2d
1 changed files with 2 additions and 0 deletions

View File

@ -557,6 +557,8 @@ ProcessCmdLine (
// if any command fails stop processing CmdLine // if any command fails stop processing CmdLine
break; break;
} }
} else {
AsciiPrint ("The command '%a' is not supported.\n", Argv[0]);
} }
} }
} }