diff options
Diffstat (limited to 'gdb/symfile.c')
-rw-r--r-- | gdb/symfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symfile.c b/gdb/symfile.c index bb233c9..1540cb7 100644 --- a/gdb/symfile.c +++ b/gdb/symfile.c @@ -2256,7 +2256,7 @@ add_symbol_file_command (char *args, int from_tty) } else error (_("USAGE: add-symbol-file <filename> <textaddress>" - " [-mapped] [-readnow] [-s <secname> <addr>]*")); + " [-readnow] [-s <secname> <addr>]*")); } } } |