Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 97741a3

Browse files
committed
Oops. The -W option takes args, not -X.
1 parent 8031bbe commit 97741a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ static char **orig_argv;
2929
static int orig_argc;
3030

3131
/* command line options */
32-
#define BASE_OPTS "c:dD:EhiOStuUvVWxX:"
32+
#define BASE_OPTS "c:dD:EhiOStuUvVW:xX"
3333

3434
#ifndef RISCOS
3535
#define PROGRAM_OPTS BASE_OPTS

0 commit comments

Comments
 (0)