From 509238d642f8c44c7df244ffb931a7fab998237b Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sat, 9 Aug 2008 19:17:03 +0000 Subject: (_initialize_python): Use unabbreviated commands in prefix name. --- gdb/python/python.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdb/python/python.c') diff --git a/gdb/python/python.c b/gdb/python/python.c index a560290..7186914 100644 --- a/gdb/python/python.c +++ b/gdb/python/python.c @@ -381,11 +381,11 @@ This command is only a placeholder.") add_prefix_cmd ("python", no_class, show_python, _("Prefix command for python maintenance settings."), - &show_python_list, "maint show python ", 0, + &show_python_list, "maintenance show python ", 0, &maintenance_show_cmdlist); add_prefix_cmd ("python", no_class, set_python, _("Prefix command for python maintenance settings."), - &set_python_list, "maint set python ", 0, + &set_python_list, "maintenance set python ", 0, &maintenance_set_cmdlist); add_setshow_boolean_cmd ("print-stack", class_maintenance, -- cgit v1.1