Home | History | Annotate | Download | only in lib2to3

Lines Matching refs:help

147                       help="Fix up doctests only")
149 help="Each FIX specifies a transformation; default: all")
151 type="int", help="Run 2to3 concurrently")
153 help="Prevent a transformation from being run")
155 help="List available transformations")
157 help="Modify the grammar so that print() is a function")
159 help="More verbose logging")
161 help="Don't show diffs of the refactoring")
163 help="Write back modified files")
165 help="Don't write backups for modified files")
167 default="", help="Put output files in this directory "
170 help="Also write files even if no changes were required"
173 help="Append this string to all output filenames."
205 print >> sys.stderr, "Use --help to show usage."