Roy Smith <r...@panix.com> added the comment:

An Nth place is in the docstring:

    Keyword Arguments:                                                          
                    
        - prog -- The name of the program (default: sys.argv[0])                
                    
        - usage -- A usage message (default: auto-generated from arguments)     
                    
        - description -- A description of what the program does                 
                    
        - epilog -- Text following the argument descriptions                    
                    
        - parents -- Parsers whose arguments should be copied into this one     
                    
        - formatter_class -- HelpFormatter class for printing help messages     
                    
        - prefix_chars -- Characters that prefix optional arguments             
                    
        - fromfile_prefix_chars -- Characters that prefix files containing      
                    
            additional arguments                                                
                    
        - argument_default -- The default value for all arguments               
                    
        - conflict_handler -- String indicating how to handle conflicts         
                    
        - add_help -- Add a -h/-help option

which omits 'version'.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13249>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to