From f4260465a848be1e521b099872f0c5c8aed413e5 Mon Sep 17 00:00:00 2001 From: lhauch Date: Wed, 27 Aug 2014 16:14:42 +0000 Subject: =?UTF-8?q?Updated=20GenBootSector,=20GenCrc32=20and=20GenPage=20t?= =?UTF-8?q?o=20remove=20duplicate=20=E2=80=9CBuild=E2=80=9D=20word=20in=20?= =?UTF-8?q?the=20version=20output,=20updated=20the=20minor=20number=20and?= =?UTF-8?q?=20copyright=20as=20needed.=20Updated=20the=20VolInfo=20version?= =?UTF-8?q?=20output=20to=20remove=20the=20tool=20description=20from=20the?= =?UTF-8?q?=20--version=20output=20string.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: lhauch Reviewed-by: Gao, Liming git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15924 6f19259b-4bc3-4df7-8a09-765794883524 --- BaseTools/Source/C/GenBootSector/GenBootSector.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'BaseTools/Source/C/GenBootSector/GenBootSector.c') diff --git a/BaseTools/Source/C/GenBootSector/GenBootSector.c b/BaseTools/Source/C/GenBootSector/GenBootSector.c index 6ca86ae555..c13b57735e 100644 --- a/BaseTools/Source/C/GenBootSector/GenBootSector.c +++ b/BaseTools/Source/C/GenBootSector/GenBootSector.c @@ -39,7 +39,7 @@ Abstract: // Utility version information // #define UTILITY_MAJOR_VERSION 0 -#define UTILITY_MINOR_VERSION 1 +#define UTILITY_MINOR_VERSION 2 #define MAX_DRIVE 26 #define PARTITION_TABLE_OFFSET 0x1BE @@ -542,7 +542,7 @@ Returns: --*/ { - printf ("%s Version %d.%d Build%s\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); } VOID @@ -551,7 +551,7 @@ PrintUsage ( ) { printf ("Usage: GenBootSector [options] --cfg-file CFG_FILE\n\n\ -Copyright (c) 2009 - 2013, Intel Corporation. All rights reserved.\n\n\ +Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.\n\n\ Utility to retrieve and update the boot sector or MBR.\n\n\ optional arguments:\n\ -h, --help Show this help message and exit\n\ -- cgit v1.2.3