Changeset b5aa64a


Ignore:
Timestamp:
Sep 15, 2011 11:19:16 AM (13 years ago)
Author:
Ted Faber <faber@…>
Branches:
compt_changes, info-ops, master
Children:
5097195
Parents:
74572ba
Message:

Bad help message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/fedd_to_abac.py

    r74572ba rb5aa64a  
    3232        self.add_option('--policy_only', action='store_const', const=False,
    3333                dest='make_authorizer', default=True,
    34                 help='Only create the directory of certs, " + \
    35                         "do not create an authorizer')
     34                help='Only create the directory of certs, ' + \
     35                        'do not create an authorizer')
    3636        self.add_option('--update', action='store_const', const=True,
    3737                dest='update_authorizer', default=False,
Note: See TracChangeset for help on using the changeset viewer.