.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.4. .TH 2TO3-2.7 "1" "January 2012" "2to3-2.7 2.7" "User Commands" .SH NAME 2to3-2.7 \- Python2 to Python3 converter .SH SYNOPSIS .B 2to3 [\fIoptions\fR] \fIfile|dir \fR... .SH OPTIONS .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP \fB\-d\fR, \fB\-\-doctests_only\fR Fix up doctests only .TP \fB\-f\fR FIX, \fB\-\-fix\fR=\fIFIX\fR Each FIX specifies a transformation; default: all .TP \fB\-j\fR PROCESSES, \fB\-\-processes\fR=\fIPROCESSES\fR Run 2to3 concurrently .TP \fB\-x\fR NOFIX, \fB\-\-nofix\fR=\fINOFIX\fR Prevent a transformation from being run .TP \fB\-l\fR, \fB\-\-list\-fixes\fR List available transformations .TP \fB\-p\fR, \fB\-\-print\-function\fR Modify the grammar so that print() is a function .TP \fB\-v\fR, \fB\-\-verbose\fR More verbose logging .TP \fB\-\-no\-diffs\fR Don't show diffs of the refactoring .TP \fB\-w\fR, \fB\-\-write\fR Write back modified files .TP \fB\-n\fR, \fB\-\-nobackups\fR Don't write backups for modified files