Changeset 61a5c1e for fedd


Ignore:
Timestamp:
Jun 12, 2014 11:20:27 AM (10 years ago)
Author:
Ted Faber <faber@…>
Branches:
master
Children:
968b84b
Parents:
0b217d1
Message:

Clarify and unify argument names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/deter_exp_access_db.py

    r0b217d1 r61a5c1e  
    1616        self.add_option('-p', '--project', dest='projects', action='append',
    1717                default=[], help="Projects to extract from DB")
    18         self.add_option('-d', '--cert-dir', dest='cert_dir',
     18        self.add_option('-d', '--cert_dir', dest='cert_dir',
    1919                default=None, help='Directory to store copies of certificates')
    20         self.add_option('-t','--testbed', dest='tb', default=None,
     20        self.add_option('-t','--experiment_controller', dest='tb', default=None,
    2121                help='testbed from which attrs come (cert file)')
    2222
Note: See TracChangeset for help on using the changeset viewer.