diff options
Diffstat (limited to 'gdb/python')
-rw-r--r-- | gdb/python/python.c | 4 |
1 files changed, 2 insertions, 2 deletions
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, |