~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to utilities/local-latency

  • Committer: Aaron Bentley
  • Date: 2011-08-04 19:26:11 UTC
  • mto: This revision was merged to the branch mainline in revision 13619.
  • Revision ID: aaron@canonical.com-20110804192611-glp3ok7j67hua8td
Show off our knowledge of defaults.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
        parser = OptionParser()
24
24
        parser.add_option(
25
25
            '-d', '--delay', dest='delay', type='int',
26
 
            help='Length of delay in miliseconds (each way).')
 
26
            help='Length of delay in miliseconds (each way).'
 
27
            ' Default: %default.')
27
28
        return parser
28
29
 
29
30
    @staticmethod