~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-04-30 22:32:05 UTC
  • mfrom: (2472.1.2 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20070430223205-x4uyrteryh0230fp
(John Arbash Meinel) Change aliases: help text to be on one line.

Show diffs side-by-side

added added

removed removed

Lines of Context:
274
274
        result += 'usage: %s\n' % self._usage()
275
275
 
276
276
        if self.aliases:
277
 
            result += 'aliases:\n'
 
277
            result += 'aliases: '
278
278
            result += ', '.join(self.aliases) + '\n'
279
279
 
280
280
        result += '\n'