]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/BPDG/StringTable.py
There is a limitation on WINDOWS OS for the length of entire file path can’t be large...
[mirror_edk2.git] / BaseTools / Source / Python / BPDG / StringTable.py
index 0db282a143cbdaec821c613c5462d2cc26bb21f2..a661da0f9476fbddef0453ca5fbd81a29670994e 100644 (file)
@@ -55,7 +55,7 @@ Intel(r) Binary Product Data Generation Tool (Intel(r) BPDG)
 Copyright (c) 2010 Intel Corporation All Rights Reserved.\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