Parser.add_option("-f", "--fdf", action="store", type="string", dest="FdfFile",\r
help="The name of the FDF file to use, which overrides the setting in the DSC file.")\r
Parser.add_option("-r", "--rom-image", action="append", type="string", dest="RomImage", default=[],\r
help="The name of FD to be generated. The name must be from [FD] section in FDF file.")\r
Parser.add_option("-i", "--fv-image", action="append", type="string", dest="FvImage", default=[],\r
help="The name of FV to be generated. The name must be from [FV] section in FDF file.")\r
Parser.add_option("-f", "--fdf", action="store", type="string", dest="FdfFile",\r
help="The name of the FDF file to use, which overrides the setting in the DSC file.")\r
Parser.add_option("-r", "--rom-image", action="append", type="string", dest="RomImage", default=[],\r
help="The name of FD to be generated. The name must be from [FD] section in FDF file.")\r
Parser.add_option("-i", "--fv-image", action="append", type="string", dest="FvImage", default=[],\r
help="The name of FV to be generated. The name must be from [FV] section in FDF file.")\r