Sections
Timeline
View Tickets
New Ticket
Sub-Sections
Download
Unified Diff
Zip Archive
Metanav
Preferences
About Trac
Links
Slowchop Studios
Gerald Kaszuba
Advertisement

Changeset 37

Show
Ignore:
Timestamp:
24/06/07 02:26:41 (17 months ago)
Author:
gak
Message:

CLI help fixes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/scripts/pycallgraph-dot.py

    r35 r37  
    3636parser.add_option( 
    3737    '-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', 
    3939    ) 
    4040 
     
    4242    '-i', '--include', dest='include', default=[], 
    4343    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.', 
    4546    ) 
    4647