From: Yao Qi Date: Thu, 29 Sep 2011 02:04:25 +0000 (+0000) Subject: gdb/ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=412946b6bae2a7a4849cd65f7321edee1b192c92;p=binutils-gdb.git gdb/ * symfile.c (add_symbol_file_command): Update message on usage. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 48e7b808916..afaaba1f53b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2011-09-28 Yao Qi + + * symfile.c (add_symbol_file_command): Update message on usage. + 2011-09-28 Paul Koning * python/py-type.c (make_fielditem, typy_field_names, typy_items) 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 " - " [-mapped] [-readnow] [-s ]*")); + " [-readnow] [-s ]*")); } } }