Index: modules/node/node.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/node/node.module,v
retrieving revision 1.769
diff -u -p -r1.769 node.module
--- modules/node/node.module	7 Jan 2007 08:21:38 -0000	1.769
+++ modules/node/node.module	8 Jan 2007 18:25:39 -0000
@@ -40,7 +40,7 @@ function node_help($section) {
   }
 
   if (arg(0) == 'node' && arg(1) == 'add' && $type = arg(2)) {
-    $type = node_get_types('type', arg(2));
+    $type = node_get_types('type', str_replace('-', '_', arg(2)));
     return '<p>'. filter_xss_admin($type->help) .'</p>';
   }
 }
