~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to show_paths.py

  • Committer: Vincent Ladeuil
  • Date: 2007-07-12 15:51:41 UTC
  • mto: This revision was merged to the branch mainline in revision 557.
  • Revision ID: v.ladeuil+lp@free.fr-20070712155141-k6gefud377fmgpxp
Fix option help strings to comply with the style guide.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
        * submit to   - default reference location for bundle generation
59
59
    """
60
60
 
61
 
    takes_options = [Option('system', help='Show full bzr system information'),
 
61
    takes_options = [Option('system', help='Show full bzr system information.'),
62
62
                    ]
63
63
    takes_args = ['branch?']
64
64