~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/help.py

  • Committer: Robert Collins
  • Date: 2005-10-30 00:00:09 UTC
  • mfrom: (1185.16.134)
  • Revision ID: robertc@robertcollins.net-20051030000009-9db99a338a0dfdac
MergeĀ fromĀ Martin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
        short_name = option.short_name()
132
132
        if short_name:
133
133
            assert len(short_name) == 1
134
 
            l += ', -' + shortname
 
134
            l += ', -' + short_name
135
135
        l += (30 - len(l)) * ' ' + option.help
136
136
        # TODO: split help over multiple lines with correct indenting and 
137
137
        # wrapping