/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Aaron Bentley
  • Date: 2008-10-15 15:13:05 UTC
  • mto: This revision was merged to the branch mainline in revision 3823.
  • Revision ID: aaron@aaronbentley.com-20081015151305-gokwbi2wmnpmfir3
Add invisible help to please option grammar check

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
    takes_args = ['shelf_id?']
68
68
    takes_options = [
69
69
        option.RegistryOption.from_kwargs(
70
 
            'action', enum_switch=False, value_switches=True,
 
70
            'action', help="The action to perform.",
 
71
            enum_switch=False, value_switches=True,
71
72
            apply="Apply changes and remove from the shelf.",
72
73
            dry_run="Show changes, but do not apply or remove them.",
73
74
            delete_only="Delete changes without applying them."