]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/BPDG/StringTable.py
BaseTools: Replace StandardError with Expression
[mirror_edk2.git] / BaseTools / Source / Python / BPDG / StringTable.py
index 0db282a143cbdaec821c613c5462d2cc26bb21f2..bbcb451198686d80d0b02d33b3046ef81335a2e2 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 # This file is used to define strings used in the BPDG tool\r
 #\r
-# Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2010 - 2016, Intel Corporation. All rights reserved.<BR>\r
 # This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution.  The full text of the license may be found at\r
@@ -32,7 +32,7 @@ MAP_FILE_COMMENT_TEMPLATE = \
 #\r
 #  This file lists all VPD informations for a platform fixed/adjusted by BPDG tool.\r
 # \r
-# Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2010 -2016, Intel Corporation. All rights reserved.<BR>\r
 # This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution.  The full text of the license may be found at\r
@@ -46,16 +46,16 @@ MAP_FILE_COMMENT_TEMPLATE = \
 \r
 \r
 LBL_BPDG_LONG_UNI           = (u"Intel(r) Binary Product Data Generation Tool (Intel(r) BPDG)")\r
-LBL_BPDG_VERSION            = (u"0.1")\r
+LBL_BPDG_VERSION            = (u"1.0")\r
 LBL_BPDG_USAGE              = \\r
 (\r
-"""\r
-BPDG options -o Filename.bin -m Filename.map Filename.txt\r
-Intel(r) Binary Product Data Generation Tool (Intel(r) BPDG)\r
-Copyright (c) 2010 Intel Corporation All Rights Reserved.\r
+"""BPDG options -o Filename.bin -m Filename.map Filename.txt\r
+Copyright (c) 2010 - 2016, Intel Corporation All Rights Reserved.\r
 \r
+  Intel(r) Binary Product Data Generation Tool (Intel(r) BPDG)\r
+  \r
 Required Flags:\r
-  -o VPD_FILENAME, --vpd-filename=VPD_FILENAME\r
+  -o BIN_FILENAME, --vpd-filename=BIN_FILENAME\r
             Specify the file name for the VPD binary file\r
   -m FILENAME, --map-filename=FILENAME\r
             Generate file name for consumption during the build that contains \r
@@ -67,11 +67,10 @@ Required Flags:
 MSG_OPTION_HELP             = ("Show this help message and exit.")\r
 MSG_OPTION_DEBUG_LEVEL      = ("Print DEBUG statements, where DEBUG_LEVEL is 0-9.")\r
 MSG_OPTION_VERBOSE          = ("Print informational statements.")\r
-MSG_OPTION_SILENT           = ("Only the exit code will be returned, all informational and error messages will not be displayed.")\r
 MSG_OPTION_QUIET            = ("Returns the exit code and will display only error messages.")\r
 MSG_OPTION_VPD_FILENAME     = ("Specify the file name for the VPD binary file.")\r
 MSG_OPTION_MAP_FILENAME     = ("Generate file name for consumption during the build that contains the mapping of Pcd name, offset, datum size and value derived from the input file and any automatic calculations.")\r
-MSG_OPTION_FORCE            = ("Disable prompting the user for overwriting files as well as for missing input content.")\r
+MSG_OPTION_FORCE            = ("Will force overwriting existing output files rather than returning an error message.")\r
 \r
 ERR_INVALID_DEBUG_LEVEL     = ("Invalid level for debug message. Only "\r
                                 "'DEBUG', 'INFO', 'WARNING', 'ERROR', "\r