summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/UPT
diff options
context:
space:
mode:
authorHess Chen <hesheng.chen@intel.com>2015-12-30 02:22:30 +0000
committerhchen30 <hchen30@Edk2>2015-12-30 02:22:30 +0000
commitbc003bc0769f2ad37700d34dfde83eac323b51c7 (patch)
tree8ab2f1119bc8b04877c7deb31692ce9ea1829e23 /BaseTools/Source/Python/UPT
parent975889279df2eb3d3338cb88afb3faa71ddde4d6 (diff)
downloadedk2-bc003bc0769f2ad37700d34dfde83eac323b51c7.tar.gz
edk2-bc003bc0769f2ad37700d34dfde83eac323b51c7.tar.bz2
edk2-bc003bc0769f2ad37700d34dfde83eac323b51c7.zip
BaseTool/UPT: Fix a typo issue
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hess Chen <hesheng.chen@intel.com> Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19576 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools/Source/Python/UPT')
-rw-r--r--BaseTools/Source/Python/UPT/Logger/StringTable.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/BaseTools/Source/Python/UPT/Logger/StringTable.py b/BaseTools/Source/Python/UPT/Logger/StringTable.py
index a481c6785d..69e36f3b85 100644
--- a/BaseTools/Source/Python/UPT/Logger/StringTable.py
+++ b/BaseTools/Source/Python/UPT/Logger/StringTable.py
@@ -45,7 +45,7 @@ MSG_VERSION = _("UEFI Packaging Tool (UEFIPT) - Revision " + \
MSG_COPYRIGHT = _("Copyright (c) 2011 - 2015 Intel Corporation All Rights Reserved.")
MSG_VERSION_COPYRIGHT = _("\n %s\n %s" % (MSG_VERSION, MSG_COPYRIGHT))
MSG_USAGE = _("%s [options]\n%s" % ("UPT", MSG_VERSION_COPYRIGHT))
-MSG_DESCRIPTION = _("The UEFIUPT is used to create, " + \
+MSG_DESCRIPTION = _("The UEFIPT is used to create, " + \
"install or remove a UEFI Distribution Package. " + \
"If WORKSPACE environment variable is present, " + \
"then UPT will install packages to the location specified by WORKSPACE, " + \