sbsv2/raptor/python/raptor_cli.py
branchwip
changeset 14 45cdac6e50c6
parent 11 ea23b18a2ff6
child 29 ee00c00df073
--- 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",