X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=BaseTools%2FSource%2FPython%2FBPDG%2FBPDG.py;h=b1e328ff3f118096f83091e7ca51a0ee528aa505;hb=5b97eb4c35316cbe8235ae526209263da818e1a4;hp=08e29f055a407ed937fe8d7e74bfb24d04bd256c;hpb=fbf2338143952da2c63241e51379504a15aa3ea9;p=mirror_edk2.git diff --git a/BaseTools/Source/Python/BPDG/BPDG.py b/BaseTools/Source/Python/BPDG/BPDG.py index 08e29f055a..b1e328ff3f 100644 --- a/BaseTools/Source/Python/BPDG/BPDG.py +++ b/BaseTools/Source/Python/BPDG/BPDG.py @@ -6,7 +6,7 @@ # file of PCD layout for use during the build when the platform integrator selects to use # automatic offset calculation. # -# Copyright (c) 2010 - 2016, Intel Corporation. All rights reserved.
+# Copyright (c) 2010 - 2016, Intel Corporation. All rights reserved.
# # This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -33,7 +33,7 @@ import StringTable as st import GenVpd PROJECT_NAME = st.LBL_BPDG_LONG_UNI -VERSION = (st.LBL_BPDG_VERSION + " Build " + gBUILD_VERSION) +VERSION = (st.LBL_BPDG_VERSION + " Build " + gBUILD_VERSION) ## Tool entrance method # @@ -91,7 +91,7 @@ def MyOptionParser(): # # Process command line firstly. # - parser = OptionParser(version="%s - Version %s" % (PROJECT_NAME, VERSION), + parser = OptionParser(version="%s - Version %s" % (PROJECT_NAME, VERSION), description='', prog='BPDG', usage=st.LBL_BPDG_USAGE