@@ -192,9 +192,9 @@ The following implementation-specific options are available:\n\
192192-X dev : enable Python Development Mode; also PYTHONDEVMODE\n\
193193-X faulthandler: dump the Python traceback on fatal errors;\n\
194194 also PYTHONFAULTHANDLER\n\
195- -X frozen_modules=[on|off]: whether to use frozen modules\n\
196- The default is \"on\" for installed Python and \"off\" for a local build. \n\
197- Also PYTHON_FROZEN_MODULES. \n\
195+ -X frozen_modules=[on|off]: whether to use frozen modules; the default is \"on\" \n\
196+ for installed Python and \"off\" for a local build; \n\
197+ also PYTHON_FROZEN_MODULES\n\
198198-X importtime: show how long each import takes; also PYTHONPROFILEIMPORTTIME\n\
199199-X int_max_str_digits=N: limit the size of int<->str conversions;\n\
200200 0 disables the limit; also PYTHONINTMAXSTRDIGITS\n\
@@ -259,15 +259,15 @@ static const char usage_envvars[] =
259259"PYTHONDEVMODE : enable Python Development Mode (-X dev)\n"
260260"PYTHONDONTWRITEBYTECODE: don't write .pyc files (-B)\n"
261261"PYTHONFAULTHANDLER: dump the Python traceback on fatal errors (-X faulthandler)\n"
262- "PYTHON_FROZEN_MODULES: whether to use frozen modules\n"
263- " The default is \"on\" for installed Python and \"off\" for\n"
264- " a local build (-X frozen_modules)\n"
262+ "PYTHON_FROZEN_MODULES: whether to use frozen modules; the default is \"on\" \n"
263+ " for installed Python and \"off\" for a local build \n"
264+ " (-X frozen_modules)\n"
265265#ifdef Py_GIL_DISABLED
266266"PYTHON_GIL : when set to 0, disables the GIL (-X gil)\n"
267267#endif
268268"PYTHONINSPECT : inspect interactively after running script (-i)\n"
269269"PYTHONINTMAXSTRDIGITS: limit the size of int<->str conversions;\n"
270- " 0 disables the limit (-X int_max_str_digits=number )\n"
270+ " 0 disables the limit (-X int_max_str_digits=N )\n"
271271"PYTHONNODEBUGRANGES: don't include extra location information in code objects\n"
272272" (-X no_debug_ranges)\n"
273273"PYTHONNOUSERSITE: disable user site directory (-s)\n"
0 commit comments