summaryrefslogtreecommitdiff
path: root/gdb/symfile.c
diff options
context:
space:
mode:
authorYao Qi <yao@codesourcery.com>2011-09-29 02:04:25 +0000
committerYao Qi <yao@codesourcery.com>2011-09-29 02:04:25 +0000
commit412946b6bae2a7a4849cd65f7321edee1b192c92 (patch)
tree5d501ce6a5c575b27762c9e2e322106877c0e5bd /gdb/symfile.c
parent54e8959c602eddaf8e7c895445610b6f40c92f56 (diff)
downloadbinutils-gdb-412946b6bae2a7a4849cd65f7321edee1b192c92.tar.gz
gdb/
* symfile.c (add_symbol_file_command): Update message on usage.
Diffstat (limited to 'gdb/symfile.c')
-rw-r--r--gdb/symfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symfile.c b/gdb/symfile.c
index bb233c9bcff..1540cb717ae 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>]*"));
}
}
}