mirror of
https://github.com/python/cpython.git
synced 2025-07-28 21:55:21 +00:00
Improve -X error message.
This commit is contained in:
parent
c89be9d37d
commit
41a0a37c08
2 changed files with 2 additions and 2 deletions
|
@ -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 '_';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue