diff options
Diffstat (limited to 'gdb/memattr.c')
-rw-r--r-- | gdb/memattr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/memattr.c b/gdb/memattr.c index c92792e..2df8769 100644 --- a/gdb/memattr.c +++ b/gdb/memattr.c @@ -595,8 +595,7 @@ void _initialize_mem () { add_com ("mem", class_vars, mem_command, _("\ -Define attributes for memory region or reset memory region handling to " -"target-based.\n\ +Define or reset attributes for memory regions.\n\ Usage: mem auto\n\ mem LOW HIGH [MODE WIDTH CACHE],\n\ where MODE may be rw (read/write), ro (read-only) or wo (write-only),\n\ |