diff options
| author | Benjamin Peterson <benjamin@python.org> | 2009-01-09 03:07:27 (GMT) |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2009-01-09 03:07:27 (GMT) |
| commit | f902a949c63c95fd668736a35a2b26bb7df91fe3 (patch) | |
| tree | 0ab0c7980f51ee5c8ec6ae9459724d90198f2922 | |
| parent | c4431ee4404db67202789dcccc77e8ef14f16e2f (diff) | |
| download | cpython-f902a949c63c95fd668736a35a2b26bb7df91fe3.zip cpython-f902a949c63c95fd668736a35a2b26bb7df91fe3.tar.gz cpython-f902a949c63c95fd668736a35a2b26bb7df91fe3.tar.bz2 | |
be more specific in -3 option help
| -rw-r--r-- | Modules/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/main.c b/Modules/main.c index 895a64f..6ed2cd7 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\ |
