/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

Shorter help message for --function-name

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
    takes_options = [
16
16
        Option("function-name", short_name="f", type=str, argname="name",
17
 
               help="Name of the created autocompletion bash function"
18
 
                    " (default: _bzr)"),
 
17
               help="Name of the generated function (default: _bzr)"),
19
18
        Option("function-only", short_name="o", type=None,
20
19
               help="Generate only the shell function, don't enable it"),
21
20
        ]