~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: 2007-12-09 17:56:09 UTC
  • mfrom: (3095.1.1 selftest-typo)
  • Revision ID: pqm@pqm.ubuntu.com-20071209175609-xg89vkzd5bcbn2mz
(Matt Nordhoff) trivial help fix for --coverage

Show diffs side-by-side

added added

removed removed

Lines of Context:
2605
2605
                     Option('strict', help='Fail on missing dependencies or '
2606
2606
                            'known failures.'),
2607
2607
                     Option('coverage', type=str, argname="DIRECTORY",
2608
 
                            help='Generate line coverage report in this'
 
2608
                            help='Generate line coverage report in this '
2609
2609
                                 'directory.'),
2610
2610
                     ]
2611
2611
    encoding_type = 'replace'