- Timestamp:
- Dec 15, 2010 11:11:08 AM (14 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master
- Children:
- 7de1537
- Parents:
- 990b746
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/fedd_to_abac.py
r990b746 rf938d66 26 26 action='callback', callback=self.expand_file, type='str', 27 27 help='Output directory for credentials') 28 self.add_option('--make -dir', action='store_true', dest='make_dir',28 self.add_option('--make_dir', action='store_true', dest='make_dir', 29 29 default=False, help='Create the --dir directory') 30 30 self.add_option('--debug', action='store_true', dest='debug',
Note: See TracChangeset
for help on using the changeset viewer.