diff options
author | Andrew Cagney <cagney@redhat.com> | 2005-02-14 18:10:11 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2005-02-14 18:10:11 +0000 |
commit | 1a966eabdfe5d28f2e17f73988c9124cc5b76f31 (patch) | |
tree | 326d0cfbf97d88b2b9a3c31ab76328966afbef03 /gdb/reggroups.c | |
parent | 7915a72c7f0c255cfcf47c1b186d3739aeafe4da (diff) | |
download | binutils-gdb-1a966eabdfe5d28f2e17f73988c9124cc5b76f31.tar.gz |
2005-02-14 Andrew Cagney <cagney@gnu.org>
Mark up add_cmd.
* arch-utils.c, avr-tdep.c, breakpoint.c, corefile.c: Update.
* cp-abi.c, cp-namespace.c, cp-support.c, dummy-frame.c: Update.
* exec.c, gnu-nat.c, go32-nat.c, hppa-tdep.c, infcmd.c: Update.
* infrun.c, interps.c, macrocmd.c, maint.c, memattr.c: Update.
* mips-tdep.c, ocd.c, osabi.c, printcmd.c, regcache.c: Update.
* reggroups.c, remote-fileio.c, remote-rdi.c, remote.c: Update.
* sol-thread.c, source.c, stack.c, symfile-mem.c: Update.
* symfile.c, thread.c, tracepoint.c, valprint.c, value.c: Update.
* win32-nat.c, cli/cli-cmds.c, cli/cli-dump.c: Update.
* cli/cli-logging.c, tui/tui-regs.c: Update.
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); } |