Changeset 37
- Timestamp:
- 24/06/07 02:26:41 (17 months ago)
- Files:
-
- 1 modified
-
trunk/scripts/pycallgraph-dot.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/pycallgraph-dot.py
r35 r37 36 36 parser.add_option( 37 37 '-t', '--tool', dest='tool', default='dot', 38 help='The tool from graphviz to use. Default: dot',38 help='The tool from Graphviz to use. Default: dot', 39 39 ) 40 40 … … 42 42 '-i', '--include', dest='include', default=[], 43 43 action='append', 44 help='Wildcard pattern of modules to include in the output.', 44 help='Wildcard pattern of modules to include in the output. ' \ 45 'You can have multiple include arguments.', 45 46 ) 46 47