Fix help information for PatchFv.py

The usage information cannot be printed properly in PatchFv.py.
This patch fixed #136.

Signed-off-by: Maurice Ma <maurice.ma@intel.com>
This commit is contained in:
Maurice Ma 2019-04-12 10:41:09 -07:00 committed by Guo Dong
parent ff2f614917
commit 872f046291
1 changed files with 1 additions and 1 deletions

View File

@ -836,7 +836,7 @@ class Symbols:
#
# Print out the usage
#
def usage():
def Usage():
print "Usage: \n\tPatchFv FvBuildDir [FvFileBaseNames:]FdFileBaseNameToPatch \"Offset, Value\""
def main():