diff -r 8789c7c7c420 -r 45cdac6e50c6 sbsv2/raptor/python/raptor_cli.py --- a/sbsv2/raptor/python/raptor_cli.py Sat Nov 21 00:36:02 2009 +0000 +++ b/sbsv2/raptor/python/raptor_cli.py Sat Nov 21 00:59:51 2009 +0000 @@ -87,7 +87,7 @@ parser.add_option("--export-only",action="store_true",dest="doExportOnly", help="Generate exports only and do not create any make files.") -parser.add_option("--noexport",action="store_false",dest="doExport", +parser.add_option("--noexport",action="store_true",dest="doExport", help="Don't export any files - useful in some builds when you know exports have already been done.") parser.add_option("-f","--logfile",action="store",dest="logfile",