be more specific in -3 option help

This commit is contained in:
Benjamin Peterson 2009-01-09 03:07:27 +00:00
parent c4431ee440
commit f902a949c6
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ static char *usage_3 = "\
-x : skip first line of source, allowing use of non-Unix forms of #!cmd\n\ -x : skip first line of source, allowing use of non-Unix forms of #!cmd\n\
"; ";
static char *usage_4 = "\ 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\ file : program read from script file\n\
- : program read from stdin (default; interactive mode if a tty)\n\ - : program read from stdin (default; interactive mode if a tty)\n\
arg ...: arguments passed to program in sys.argv[1:]\n\n\ arg ...: arguments passed to program in sys.argv[1:]\n\n\