mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
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
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue