summaryrefslogtreecommitdiff
path: root/BaseTools/Source/C/Split/Split.c
diff options
context:
space:
mode:
Diffstat (limited to 'BaseTools/Source/C/Split/Split.c')
-rw-r--r--BaseTools/Source/C/Split/Split.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/BaseTools/Source/C/Split/Split.c b/BaseTools/Source/C/Split/Split.c
index e8fea63510..b63aef78f9 100644
--- a/BaseTools/Source/C/Split/Split.c
+++ b/BaseTools/Source/C/Split/Split.c
@@ -57,8 +57,10 @@ Returns:
--*/
{
- printf ("%s v%d.%d %s -Utility to break a file into two pieces at the request offset.\n", UTILITY_NAME, UTILITY_MAJOR_VERSION, UTILITY_MINOR_VERSION, __BUILD_VERSION);
+ printf ("%s Version %d.%d %s\n", UTILITY_NAME, UTILITY_MAJOR_VERSION, UTILITY_MINOR_VERSION, __BUILD_VERSION);
printf ("Copyright (c) 1999-2014 Intel Corporation. All rights reserved.\n");
+ printf ("\n SplitFile creates two Binary files either in the same directory as the current working\n");
+ printf (" directory or in the specified directory.\n");
}
void