Home | History | Annotate | Download | only in cli

Lines Matching refs:synch_count

245                     'owner', 'control_type',  'synch_count', 'created_on',
359 [--synch_count] [--control-file </path/to/cfile>]
379 self.parser.add_option('-y', '--synch_count', type=int,
483 if options.synch_count:
484 self.data['synch_count'] = options.synch_count
502 if 'synch_count' not in self.data:
503 self.data['synch_count'] = cf_info['synch_count']
514 if 'synch_count' not in self.data:
515 self.data['synch_count'] = 1