Kaydet (Commit) 41a0a37c authored tarafından Georg Brandl's avatar Georg Brandl

Improve -X error message.

üst c89be9d3
......@@ -390,7 +390,7 @@ Py_Main(int argc, char **argv)
skipfirstline = 1;
break;
/* case 'X': reserved for non-standard arguments */
/* case 'X': reserved for implementation-specific arguments */
case 'U':
Py_UnicodeFlag++;
......
......@@ -88,7 +88,7 @@ int _PyOS_GetOpt(int argc, char **argv, char *optstring)
if (option == 'X') {
fprintf(stderr,
"-X is reserved for non-standard arguments\n");
"-X is reserved for implementation-specific arguments\n");
return '_';
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment