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:
Guido van Rossum 2001-07-18 16:59:46 +00:00
parent 5d808fba00
commit 36002d7af1
1 changed files with 2 additions and 1 deletions

View File

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