Changeset f938d66 for fedd


Ignore:
Timestamp:
Dec 15, 2010 11:11:08 AM (13 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master
Children:
7de1537
Parents:
990b746
Message:

Actually change make-dir to make_dir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/fedd_to_abac.py

    r990b746 rf938d66  
    2626                action='callback', callback=self.expand_file, type='str',
    2727                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',
    2929                default=False, help='Create the --dir directory')
    3030        self.add_option('--debug', action='store_true', dest='debug',
Note: See TracChangeset for help on using the changeset viewer.