* Rename remote-es1800.c to remote-es.c
[deliverable/binutils-gdb.git] / gdb / maint.c
index aff04b1b9d13771432d831968994c33fd37719f6..9a37fe0f6bd3cd0b076e4f3da74bf103603c9dc7 100644 (file)
@@ -167,10 +167,10 @@ to test internal functions such as the C++ demangler, etc.",
                  &maintenancelist, "maintenance ", 0,
                  &cmdlist);
 
-  add_com_alias ("mt", "maintenance", class_maintenance, 0);
+  add_com_alias ("mt", "maintenance", class_maintenance, 1);
 
-  add_prefix_cmd ("info", class_info, maintenance_info_command,
-                 "Commands for showing things about the program being debugged.",
+  add_prefix_cmd ("info", class_maintenance, maintenance_info_command,
+                 "Commands for showing internal info about the program being debugged.",
                  &maintenanceinfolist, "maintenance info ", 0,
                  &maintenancelist);
 
This page took 0.024414 seconds and 4 git commands to generate.