mirror of https://github.com/acidanthera/audk.git
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2160 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
f091efb3cb
commit
66b23b953f
|
@ -247,7 +247,7 @@ Returns:
|
|||
}
|
||||
|
||||
void
|
||||
MIVersion(
|
||||
Version(
|
||||
void
|
||||
)
|
||||
/*++
|
||||
|
@ -290,7 +290,7 @@ Returns:
|
|||
|
||||
--*/
|
||||
{
|
||||
MIVersion();
|
||||
Version();
|
||||
printf ("\nUsage: %s InputFile OutputFile Pattern_String [Pattern_String ¡]\n\
|
||||
Where: \n\
|
||||
Pattern_String is of the format (note that the section name must be \n\
|
||||
|
@ -345,7 +345,7 @@ Returns:
|
|||
}
|
||||
|
||||
if ((strcmp(argv[1], "-V") == 0) || (strcmp(argv[1], "--version") == 0)) {
|
||||
MIVersion();
|
||||
Version();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue