X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EmbeddedPkg%2FEbl%2FMain.c;fp=EmbeddedPkg%2FEbl%2FMain.c;h=f1665627aaf4d1fc6e0a6d657fb02b4234d7ad64;hp=e4879bcf977aa541c244eb58b1a31d14647623e5;hb=5817449f2de9a2d9792cb3db1e67ffa7ee5894d7;hpb=f8181c90f443ae9c91f468d6256f89ed81ee7684 diff --git a/EmbeddedPkg/Ebl/Main.c b/EmbeddedPkg/Ebl/Main.c index e4879bcf97..f1665627aa 100644 --- a/EmbeddedPkg/Ebl/Main.c +++ b/EmbeddedPkg/Ebl/Main.c @@ -557,6 +557,8 @@ ProcessCmdLine ( // if any command fails stop processing CmdLine break; } + } else { + AsciiPrint ("The command '%a' is not supported.\n", Argv[0]); } } }