67a68,71
> # Simulation options
> parser.add_option("--timesync", action="store_true",
> help="Prevent simulated time from getting ahead of real time")
>
189a194,196
> if options.timesync:
> root.time_sync_enable = True
>