mirror of https://github.com/python/cpython
Add "help" to the things one is encouraged to type for more
information. (I found this idea in the ActivePython 2.1 diffs.)
This commit is contained in:
parent
5d808fba00
commit
36002d7af1
|
@ -20,7 +20,8 @@
|
|||
#include "pygetopt.h"
|
||||
|
||||
#define COPYRIGHT \
|
||||
"Type \"copyright\", \"credits\" or \"license\" for more information."
|
||||
"Type \"help\", \"copyright\", \"credits\" or \"license\" " \
|
||||
"for more information."
|
||||
|
||||
/* For Py_GetArgcArgv(); set by main() */
|
||||
static char **orig_argv;
|
||||
|
|
Loading…
Reference in New Issue