Oops. The -W option takes args, not -X.

This commit is contained in:
Guido van Rossum 2001-08-31 18:17:13 +00:00
parent 8031bbec4a
commit 97741a3041

View file

@ -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