Modified: build_system/mgarepo/trunk/MgaRepo/commands/sync.py
===================================================================
--- build_system/mgarepo/trunk/MgaRepo/commands/sync.py 2011-01-27 22:47:44 UTC (rev 362)
+++ build_system/mgarepo/trunk/MgaRepo/commands/sync.py 2011-01-27 22:48:48 UTC (rev 363)
@@ -25,7 +25,7 @@
parser = OptionParser(help=HELP)
parser.add_option("--dry-run", dest="dryrun", default=False,
action="store_true")
- parser.add_option("-c", dest="ci", default=False,
+ parser.add_option("-c", dest="commit", default=False,
action="store_true")
parser.add_option("-d", "--download", dest="download", default=False,
action="store_true")