Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Changing option character for defining Macros from -y to -D
git-svn-id: https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools@1311 7335b38e-4728-0410-8992-fb3ffe349368
  • Loading branch information
lhauch committed Aug 27, 2008
1 parent be9556b commit 7c72221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Python/GenFds/GenFds.py
Expand Up @@ -242,7 +242,7 @@ def main():
# @retval Args Target of build command
#
def myOptionParser():
usage = "%prog [options] -f input_file -a arch_list -b build_target -p active_platform -t tool_chain_tag -y \"MacroName [= MacroValue]\""
usage = "%prog [options] -f input_file -a arch_list -b build_target -p active_platform -t tool_chain_tag -D \"MacroName [= MacroValue]\""
Parser = OptionParser(usage=usage,description=__copyright__,version="%prog " + str(versionNumber))
Parser.add_option("-f", "--file", dest="filename", help="Name of FDF file to convert")
Parser.add_option("-a", "--arch", dest="archList", help="comma separated list containing one or more of: IA32, X64, IPF or EBC which should be built, overrides target.txt?s TARGET_ARCH")
Expand Down

0 comments on commit 7c72221

Please sign in to comment.