commit | 41a0a37c08a763ef36c32c7420c6a0e45bf33736 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Apr 13 20:50:29 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Apr 13 20:50:29 2008 +0000 |
tree | 88c83f8da65bd144e6a35519dde836ebf9aaa7af | |
parent | c89be9d37d2d2ef82b18f0a626ef9b86061676af [diff] [blame] |
Improve -X error message.
diff --git a/Python/getopt.c b/Python/getopt.c index acdd5d7..247600b 100644 --- a/Python/getopt.c +++ b/Python/getopt.c
@@ -88,7 +88,7 @@ if (option == 'X') { fprintf(stderr, - "-X is reserved for non-standard arguments\n"); + "-X is reserved for implementation-specific arguments\n"); return '_'; }