summaryrefslogtreecommitdiffstats
path: root/Modules/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/main.c')
-rw-r--r--Modules/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Modules/main.c b/Modules/main.c
index 3ce83c3..72b756b 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;