diff --git a/Modules/main.c b/Modules/main.c index 3ce83c3538c..72b756be2f9 100644 --- a/Modules/main.c +++ b/Modules/main.c @@ -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;