Changeset 29 for trunk/options.py
- Timestamp:
- 27/11/07 17:40:17 (4 years ago)
- Files:
-
- 1 modified
-
trunk/options.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/options.py
r27 r29 79 79 help_configfile = "The configuration file to load" 80 80 help_loadonly = "Load the configuration file and exit. Used to test parsing." 81 81 help_backout = "Run the backout portion of the changes." 82 82 83 83 self.add_option('-a', '--authoritarian', dest='authoritarian', action='store_true', default=False, help=help_authoritarian) 84 self.add_option('-b', '--backout', dest='backout', action='store_true', default=False, help=help_backout) 84 85 self.add_option('-c', '--configfile', dest='configfile', type='string', help=help_configfile) 85 86 self.add_option('', '--loadonly', dest='loadonly', action='store_true', default=False, help=help_loadonly)
