/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 tools/doc_generate/autodoc_man.py

Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
        option_str = "\nOptions:\n"
113
113
        for option_name, option in sorted(options.items()):
114
114
            for name, short_name, argname, help in option.iter_switches():
 
115
                if option.is_hidden(name):
 
116
                    continue
115
117
                l = '    --' + name
116
118
                if argname is not None:
117
119
                    l += ' ' + argname