* symfile.c (add_symbol_file_command): Update message on usage.
This commit is contained in:
Yao Qi 2011-09-29 02:04:25 +00:00
parent 54e8959c60
commit 412946b6ba
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-09-28 Yao Qi <yao@codesourcery.com>
* symfile.c (add_symbol_file_command): Update message on usage.
2011-09-28 Paul Koning <paul_koning@dell.com>
* python/py-type.c (make_fielditem, typy_field_names, typy_items)

View File

@ -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>]*"));
}
}
}