From d7d24217b845bcc6aef9ac4edc4e518317a69c14 Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Tue, 31 Dec 2013 12:28:44 -0500 Subject: [PATCH] Add usage comement to run_fixers.py. --- maint/scripts/run_fixers.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/maint/scripts/run_fixers.py b/maint/scripts/run_fixers.py index cfa2c36c..3327634f 100755 --- a/maint/scripts/run_fixers.py +++ b/maint/scripts/run_fixers.py @@ -1,4 +1,6 @@ #!/usr/bin/env python +# Usage is like 2to3: +# $ maint/scripts/run_fixers.py -wn --no-diffs tornado import sys from lib2to3.main import main