From 872f046291a7ba28a674dabca7754a2289e9ae07 Mon Sep 17 00:00:00 2001 From: Maurice Ma Date: Fri, 12 Apr 2019 10:41:09 -0700 Subject: [PATCH] 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 --- BootloaderCorePkg/Tools/PatchFv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BootloaderCorePkg/Tools/PatchFv.py b/BootloaderCorePkg/Tools/PatchFv.py index 07a41bf8..e22fe9d5 100644 --- a/BootloaderCorePkg/Tools/PatchFv.py +++ b/BootloaderCorePkg/Tools/PatchFv.py @@ -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():