~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-04-11 07:04:22 UTC
  • mfrom: (1626.1.3 bzr.mbp.integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060411070422-9167eccbd3e561a2
(mbp) better help message for bzr format

Show diffs side-by-side

added added

removed removed

Lines of Context:
875
875
                     Option('format', 
876
876
                            help='Create a specific format rather than the'
877
877
                                 ' current default format. Currently this '
878
 
                                 ' option only accepts =metadir',
 
878
                                 ' option only accepts "metadir"',
879
879
                            type=get_format_type),
880
880
                     ]
881
881
    def run(self, location=None, format=None):
1587
1587
                     Option('format', 
1588
1588
                            help='Upgrade to a specific format rather than the'
1589
1589
                                 ' current default format. Currently this'
1590
 
                                 ' option only accepts -metadir and -knit'
 
1590
                                 ' option only accepts "metadir" and "knit".'
1591
1591
                                 ' WARNING: the knit format is currently'
1592
1592
                                 ' unstable and only for experimental use.',
1593
1593
                            type=get_format_type),