~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/help.py

[merge] update from bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
162
162
        cmd_help = cmd_object.help()
163
163
        if cmd_help:
164
164
            firstline = cmd_help.split('\n', 1)[0]
165
 
            print >>outfile, '    ' + firstline
 
165
            print >>outfile, '        ' + firstline
166
166