mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Oops. The -W option takes args, not -X.
This commit is contained in:
parent
8031bbec4a
commit
97741a3041
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ static char **orig_argv;
|
|||
static int orig_argc;
|
||||
|
||||
/* command line options */
|
||||
#define BASE_OPTS "c:dD:EhiOStuUvVWxX:"
|
||||
#define BASE_OPTS "c:dD:EhiOStuUvVW:xX"
|
||||
|
||||
#ifndef RISCOS
|
||||
#define PROGRAM_OPTS BASE_OPTS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue