? drush_schema_describe.patch
? drush_schema_inpect.patch
Index: schema.drush.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/schema/Attic/schema.drush.inc,v
retrieving revision 1.1.2.1
diff -u -p -r1.1.2.1 schema.drush.inc
--- schema.drush.inc	1 Feb 2010 17:38:06 -0000	1.1.2.1
+++ schema.drush.inc	28 Nov 2010 04:27:17 -0000
@@ -35,7 +35,7 @@ function schema_drush_help($section) {
 /**
  * A drush command callback.
  */
-function drush_schema_schema_inspect() {
+function drush_schema_inspect() {
   $args = func_get_args();
   $names = explode(',', $args[0]);
   foreach ($names as $name) {
