sbsv2/raptor/python/raptor_cli.py
branchwip
changeset 14 45cdac6e50c6
parent 11 ea23b18a2ff6
child 29 ee00c00df073
equal deleted inserted replaced
13:8789c7c7c420 14:45cdac6e50c6
    85 				help="Name of the make engine which runs the build.")
    85 				help="Name of the make engine which runs the build.")
    86 
    86 
    87 parser.add_option("--export-only",action="store_true",dest="doExportOnly",
    87 parser.add_option("--export-only",action="store_true",dest="doExportOnly",
    88 				help="Generate exports only and do not create any make files.")
    88 				help="Generate exports only and do not create any make files.")
    89 
    89 
    90 parser.add_option("--noexport",action="store_false",dest="doExport",
    90 parser.add_option("--noexport",action="store_true",dest="doExport",
    91 				help="Don't export any files - useful in some builds when you know exports have already been done.")
    91 				help="Don't export any files - useful in some builds when you know exports have already been done.")
    92 
    92 
    93 parser.add_option("-f","--logfile",action="store",dest="logfile",
    93 parser.add_option("-f","--logfile",action="store",dest="logfile",
    94 				help="Name of the log file, or '-' for stdout.")
    94 				help="Name of the log file, or '-' for stdout.")
    95 
    95