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

Skip to content

Commit 36002d7

Browse files
committed
Add "help" to the things one is encouraged to type for more
information. (I found this idea in the ActivePython 2.1 diffs.)
1 parent 5d808fb commit 36002d7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Modules/main.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
#include "pygetopt.h"
2121

2222
#define COPYRIGHT \
23-
"Type \"copyright\", \"credits\" or \"license\" for more information."
23+
"Type \"help\", \"copyright\", \"credits\" or \"license\" " \
24+
"for more information."
2425

2526
/* For Py_GetArgcArgv(); set by main() */
2627
static char **orig_argv;

0 commit comments

Comments
 (0)