summaryrefslogtreecommitdiff
path: root/Tools/CCode/Source/Strip/Strip.c
diff options
context:
space:
mode:
authorywang <ywang@6f19259b-4bc3-4df7-8a09-765794883524>2007-01-03 22:09:16 +0000
committerywang <ywang@6f19259b-4bc3-4df7-8a09-765794883524>2007-01-03 22:09:16 +0000
commit52be9a3b672c5592bccc6580c3bb0f509b278e22 (patch)
tree2fb08f4b280ea6aa59d6c2621c2e342d717fb27a /Tools/CCode/Source/Strip/Strip.c
parent67fca228ca421c164120f639e18cc0ecff6c1652 (diff)
downloadedk2-platforms-52be9a3b672c5592bccc6580c3bb0f509b278e22.tar.xz
Added or modified utility version and usage display.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2162 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/CCode/Source/Strip/Strip.c')
-rw-r--r--Tools/CCode/Source/Strip/Strip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/CCode/Source/Strip/Strip.c b/Tools/CCode/Source/Strip/Strip.c
index 6215ca8fc4..f7820bcfaf 100644
--- a/Tools/CCode/Source/Strip/Strip.c
+++ b/Tools/CCode/Source/Strip/Strip.c
@@ -50,7 +50,7 @@ Returns:
--*/
{
- printf ("%s v%d.%d -EDK Convert EXE to BIN\n", UTILITY_NAME, UTILITY_MAJOR_VERSION, UTILITY_MINOR_VERSION);
+ printf ("%s v%d.%d -EDK Utility to Convert EXE to BIN\n", UTILITY_NAME, UTILITY_MAJOR_VERSION, UTILITY_MINOR_VERSION);
printf ("Copyright (c) 2005-2006 Intel Corporation. All rights reserved.\n");
}