BaseTools/Upt: Update help message
Update help message of UPT to remove Intel(R) from the string. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hess Chen <hesheng.chen@intel.com> Reviewed-by: lhauch <larry.hauch@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17662 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -32,7 +32,7 @@ import gettext
|
|||||||
_ = gettext.gettext
|
_ = gettext.gettext
|
||||||
|
|
||||||
MSG_USAGE_STRING = _("\n"
|
MSG_USAGE_STRING = _("\n"
|
||||||
"Intel(r) UEFI Packaging Tool (Intel(r) UEFIPT)\n"
|
"UEFI Packaging Tool (UEFIPT)\n"
|
||||||
"%prog [options]"
|
"%prog [options]"
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -40,12 +40,12 @@ MSG_USAGE_STRING = _("\n"
|
|||||||
# Version and Copyright
|
# Version and Copyright
|
||||||
#
|
#
|
||||||
MSG_VERSION_NUMBER = _("1.0")
|
MSG_VERSION_NUMBER = _("1.0")
|
||||||
MSG_VERSION = _("Intel(r) UEFI Packaging Tool (Intel(r) UEFIPT) - Revision " + \
|
MSG_VERSION = _("UEFI Packaging Tool (UEFIPT) - Revision " + \
|
||||||
MSG_VERSION_NUMBER)
|
MSG_VERSION_NUMBER)
|
||||||
MSG_COPYRIGHT = _("Copyright (c) 2011 Intel Corporation All Rights Reserved.")
|
MSG_COPYRIGHT = _("Copyright (c) 2011 - 2015 Intel Corporation All Rights Reserved.")
|
||||||
MSG_VERSION_COPYRIGHT = _("\n %s\n %s" % (MSG_VERSION, MSG_COPYRIGHT))
|
MSG_VERSION_COPYRIGHT = _("\n %s\n %s" % (MSG_VERSION, MSG_COPYRIGHT))
|
||||||
MSG_USAGE = _("%s [options]\n%s" % ("UPT", MSG_VERSION_COPYRIGHT))
|
MSG_USAGE = _("%s [options]\n%s" % ("UPT", MSG_VERSION_COPYRIGHT))
|
||||||
MSG_DESCRIPTION = _("The Intel(r) UEFIUPT is used to create, " + \
|
MSG_DESCRIPTION = _("The UEFIUPT is used to create, " + \
|
||||||
"install or remove a UEFI Distribution Package.")
|
"install or remove a UEFI Distribution Package.")
|
||||||
|
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# This file is the main entry for UPT
|
# This file is the main entry for UPT
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 - 2014, Intel Corporation. All rights reserved.<BR>
|
# Copyright (c) 2011 - 2015, Intel Corporation. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
# This program and the accompanying materials are licensed and made available
|
# This program and the accompanying materials are licensed and made available
|
||||||
# under the terms and conditions of the BSD License which accompanies this
|
# under the terms and conditions of the BSD License which accompanies this
|
||||||
@ -50,13 +50,6 @@ from Library import GlobalData
|
|||||||
from Core.IpiDb import IpiDatabase
|
from Core.IpiDb import IpiDatabase
|
||||||
from BuildVersion import gBUILD_VERSION
|
from BuildVersion import gBUILD_VERSION
|
||||||
|
|
||||||
##
|
|
||||||
# Version and Copyright
|
|
||||||
#
|
|
||||||
#VersionNumber = "1.0"
|
|
||||||
#__version__ = "Revision " + VersionNumber
|
|
||||||
#__copyright__ = "Copyright (c) 2011 Intel Corporation All Rights Reserved."
|
|
||||||
|
|
||||||
## CheckConflictOption
|
## CheckConflictOption
|
||||||
#
|
#
|
||||||
# CheckConflictOption
|
# CheckConflictOption
|
||||||
|
Reference in New Issue
Block a user