diff options
author | Georg Brandl <georg@python.org> | 2008-01-07 17:25:53 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-01-07 17:25:53 (GMT) |
commit | aed6c66aa8c9d1d2af9e60323e688452dfd6b6c7 (patch) | |
tree | 6abfefda54d125aa2c86b8be5cc6f4e6576308e0 /Modules/main.c | |
parent | 2da0fceba7dd70334aacbab0708a8cbdff92e31d (diff) | |
download | cpython-aed6c66aa8c9d1d2af9e60323e688452dfd6b6c7.zip cpython-aed6c66aa8c9d1d2af9e60323e688452dfd6b6c7.tar.gz cpython-aed6c66aa8c9d1d2af9e60323e688452dfd6b6c7.tar.bz2 |
patch #1668: clarify envvar docs; rename THREADDEBUG to PYTHONTHREADDEBUG.
Diffstat (limited to 'Modules/main.c')
-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 71c9c59..3d4b9be 100644 --- a/Modules/main.c +++ b/Modules/main.c @@ -62,7 +62,7 @@ Options and arguments (and corresponding environment variables):\n\ -B : don't write .py[co] files on import; also PYTHONDONTWRITEBYTECODE=x\n\ -c cmd : program passed in as string (terminates option list)\n\ -d : debug output from parser; also PYTHONDEBUG=x\n\ --E : ignore environment variables (such as PYTHONPATH)\n\ +-E : ignore PYTHON* environment variables (such as PYTHONPATH)\n\ -h : print this help message and exit (also --help)\n\ -i : inspect interactively after running script; forces a prompt even\n\ "; |