.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.2. .TH 3TO2 "1" "March 2015" "3to2 v1.0" "User Commands" .SH NAME 3to2 \- Python3 helper to backport code written for Python version 3.x into 2.x .SH SYNOPSIS .B 3to2 [\fI\,options\/\fR] \fI\,file|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=\fI\,FIX\/\fR Each FIX specifies a transformation; default: all .TP \fB\-j\fR PROCESSES, \fB\-\-processes\fR=\fI\,PROCESSES\/\fR Run 3to2 concurrently .TP \fB\-x\fR NOFIX, \fB\-\-nofix\fR=\fI\,NOFIX\/\fR Prevent a fixer from being run. .TP \fB\-l\fR, \fB\-\-list\-fixes\fR List available transformations (fixes/fix_*.py) .TP \fB\-v\fR, \fB\-\-verbose\fR More verbose logging .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. .TP \fB\-\-no\-diffs\fR Don't show diffs of the refactoring