]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Minor word change in utility display.
authorywang <ywang@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 18 Jan 2007 21:42:42 +0000 (21:42 +0000)
committerywang <ywang@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 18 Jan 2007 21:42:42 +0000 (21:42 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2268 6f19259b-4bc3-4df7-8a09-765794883524

Tools/CCode/Source/EfiCompress/EfiCompressMain.c

index b7ff7c733ee315861c5cb7c960c40a7ccd2b623a..0fc55149c3015704932f6897aa9335d458ce0684 100644 (file)
@@ -53,7 +53,7 @@ Returns:
   \r
 --*/ \r
 {\r
-  printf ("%s v%d.%d -EDK Efi Compress Utility\n", UTILITY_NAME, UTILITY_MAJOR_VERSION, UTILITY_MINOR_VERSION);\r
+  printf ("%s v%d.%d -Efi Compress Utility\n", UTILITY_NAME, UTILITY_MAJOR_VERSION, UTILITY_MINOR_VERSION);\r
   printf ("Copyright (c) 2005-2006 Intel Corporation. All rights reserved.\n");\r
 }\r
 \r