~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: John Arbash Meinel
  • Date: 2007-04-30 21:03:34 UTC
  • mto: This revision was merged to the branch mainline in revision 2474.
  • Revision ID: john@arbash-meinel.com-20070430210334-a543p33oz62yo26k
(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'