~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_help.py

  • Committer: Ian Clatworthy
  • Date: 2009-02-26 06:15:24 UTC
  • mto: (4157.1.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 4158.
  • Revision ID: ian.clatworthy@canonical.com-20090226061524-kpy3n8na3mk4ubuy
help xxx is full help; xxx -h is concise help

Show diffs side-by-side

added added

removed removed

Lines of Context:
189
189
            '  -q, --quiet    Only display errors and warnings.\n'
190
190
            '  -h, --help     Show help message.\n'
191
191
            '\n'
192
 
            'See bzr help -v Demo for more details and examples.\n'
 
192
            'See bzr help Demo for more details and examples.\n'
193
193
            '\n')
194
194
 
195
195
    def test_help_custom_section_ordering(self):