diff options
Diffstat (limited to 'gdb/reggroups.c')
-rw-r--r-- | gdb/reggroups.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/reggroups.c b/gdb/reggroups.c index 858ab9d958c..407a5b274b0 100644 --- a/gdb/reggroups.c +++ b/gdb/reggroups.c @@ -280,9 +280,9 @@ _initialize_reggroup (void) add_group (&default_groups, restore_reggroup, XMALLOC (struct reggroup_el)); add_cmd ("reggroups", class_maintenance, - maintenance_print_reggroups, "\ + maintenance_print_reggroups, _("\ Print the internal register group names.\n\ -Takes an optional file parameter.", +Takes an optional file parameter."), &maintenanceprintlist); } |