~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/cmd_version_info.py

  • Committer: Ian Clatworthy
  • Date: 2007-03-26 09:59:49 UTC
  • mto: (2371.1.2 jam-integration)
  • mto: This revision was merged to the branch mainline in revision 2378.
  • Revision ID: ian.clatworthy@internode.on.net-20070326095949-mbs36oe73rer2l3r
Help and man page fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
 
46
46
 
47
47
class cmd_version_info(Command):
48
 
    """Generate version information about this tree."""
 
48
    """Show version information about this tree."""
49
49
 
50
50
    takes_options = [Option('format', type=_parse_version_info_format,
51
51
                            help='Select the output format'),