From: Benjamin Peterson Date: Fri, 9 Jan 2009 03:07:27 +0000 (+0000) Subject: be more specific in -3 option help X-Git-Tag: v2.7a1~2357 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f902a949c63c95fd668736a35a2b26bb7df91fe3;p=thirdparty%2FPython%2Fcpython.git be more specific in -3 option help --- diff --git a/Modules/main.c b/Modules/main.c index 895a64f316fa..6ed2cd7abce7 100644 --- a/Modules/main.c +++ b/Modules/main.c @@ -86,7 +86,7 @@ static char *usage_3 = "\ -x : skip first line of source, allowing use of non-Unix forms of #!cmd\n\ "; static char *usage_4 = "\ --3 : warn about Python 3.x incompatibilities\n\ +-3 : warn about Python 3.x incompatibilities that 2to3 cannot trivially fix\n\ file : program read from script file\n\ - : program read from stdin (default; interactive mode if a tty)\n\ arg ...: arguments passed to program in sys.argv[1:]\n\n\