gdb/
* symfile.c (add_symbol_file_command): Update message on usage.
This commit is contained in:
parent
54e8959c60
commit
412946b6ba
2 changed files with 5 additions and 1 deletions
|
@ -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>]*"));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue