]> granicus.if.org Git - python/commitdiff
Add "help" to the things one is encouraged to type for more
authorGuido van Rossum <guido@python.org>
Wed, 18 Jul 2001 16:59:46 +0000 (16:59 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 18 Jul 2001 16:59:46 +0000 (16:59 +0000)
information.  (I found this idea in the ActivePython 2.1 diffs.)

Modules/main.c

index 3ce83c3538c14625e6dc6479ffac2cdb2fa86e41..72b756be2f99044707703919e076337cbefeebe1 100644 (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;